From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CFF43858C2C; Wed, 3 Jan 2024 10:31:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CFF43858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704277902; bh=0sH6d56it0YGhYc7hlGtkWSXGhn219hQF+QCiioyT+4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u5G0dQhtnhhD7C1UB70s9Fw11Es3ycwRVkfQQgR7isRPYaUFOXkSKxmoAtlHgzADr z98ZyCWrRq7LxrzrgJ/idelLz4P13QzxKORX+4WtUk9SlQrGGPFnTwQJAKqpwDzmxc zhQlkppZWnDwnuRm9mx5Q+cYb00eJU811QgVAeOw= From: "maiku.fabian at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/29504] Incorrect/misleading Time Format For ms_MY (AM/PM) Date: Wed, 03 Jan 2024 10:31:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: maiku.fabian at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29504 --- Comment #2 from Mike FABIAN --- Created attachment 15280 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15280&action=3Ded= it 0001-localedata-ms_MY-should-not-use-12-hour-format.patch With that patch applied, the output becomes: bash-5.2# LC_ALL=3Dms_MY.UTF-8 date --date=3D"2024-01-03 14:03:17" +%c Rabu 03 Jan 2024 14:03:17 bash-5.2# LC_ALL=3Dms_MY.UTF-8 date --date=3D"2024-01-03 14:03:17" Rabu 03 Jan 2024 14:03:17 CET bash-5.2# LC_ALL=3Dms_MY.UTF-8 date --date=3D"2024-01-03 14:03:17" +%x Rabu 03 Jan 2024 bash-5.2# LC_ALL=3Dms_MY.UTF-8 date --date=3D"2024-01-03 14:03:17" +%X 14:03:17 CET bash-5.2# --=20 You are receiving this mail because: You are on the CC list for the bug.=