[Bug localedata/29504] Incorrect/misleading Time Format For ms_MY (AM/PM)
maiku.fabian at gmail dot com
sourceware-bugzilla@sourceware.org
Wed Jan 3 10:31:41 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=29504
--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Created attachment 15280
--> https://sourceware.org/bugzilla/attachment.cgi?id=15280&action=edit
0001-localedata-ms_MY-should-not-use-12-hour-format.patch
With that patch applied, the output becomes:
bash-5.2# LC_ALL=ms_MY.UTF-8 date --date="2024-01-03 14:03:17" +%c
Rabu 03 Jan 2024 14:03:17
bash-5.2# LC_ALL=ms_MY.UTF-8 date --date="2024-01-03 14:03:17"
Rabu 03 Jan 2024 14:03:17 CET
bash-5.2# LC_ALL=ms_MY.UTF-8 date --date="2024-01-03 14:03:17" +%x
Rabu 03 Jan 2024
bash-5.2# LC_ALL=ms_MY.UTF-8 date --date="2024-01-03 14:03:17" +%X
14:03:17 CET
bash-5.2#
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list