public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Mike Fabian <mfabian@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] localedata: ms_MY should not use 12-hour format
Date: Wed,  3 Jan 2024 10:39:38 +0000 (GMT)	[thread overview]
Message-ID: <20240103103938.9D2B03858284@sourceware.org> (raw)

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

                 reply	other threads:[~2024-01-03 10:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240103103938.9D2B03858284@sourceware.org \
    --to=mfabian@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).