public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: ms_MY should not use 12-hour format
@ 2024-01-03 10:39 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-01-03 10:39 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fe316dad7ccfe44e9d649727b04cd36708477545

commit fe316dad7ccfe44e9d649727b04cd36708477545
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Jan 3 11:07:27 2024 +0100

    localedata: ms_MY should not use 12-hour format
    
    Resolves: BZ # 29504

Diff:
---
 localedata/locales/ms_MY | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/localedata/locales/ms_MY b/localedata/locales/ms_MY
index e20224c9d4..eec940dc06 100644
--- a/localedata/locales/ms_MY
+++ b/localedata/locales/ms_MY
@@ -128,20 +128,21 @@ mon         "Januari";"Februari";/
 % Equivalent of AM PM
 am_pm       "";""
 %
-% Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+% Appropriate date and time representation (%c)
+d_t_fmt     "%A %d %b %Y %H:%M:%S"
 %
 % Appropriate date and time representation for date(1)
-date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
+date_fmt    "%A %d %b %Y %H:%M:%S %Z"
 %
-% Appropriate date representation
+% Appropriate date representation (%x)
 d_fmt       "%A %d %b %Y"
 %
-% Appropriate time representation
-t_fmt       "%I:%M:%S %p %Z"
+% Appropriate time representation (%X)
+t_fmt       "%H:%M:%S %Z"
 %
 % Appropriate 12 h time representation (%r)
-t_fmt_ampm  "%I:%M:%S %p %Z"
+% Empty because 12-hour format is not supported in this locale.
+t_fmt_ampm  ""
 %
 week 7;19971130;1
 first_weekday 2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-03 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 10:39 [glibc] localedata: ms_MY should not use 12-hour format Mike Fabian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).