[Bug localedata/24046] en_US locale doesn't define date_fmt

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Mon Jan 7 13:58:00 GMT 2019


https://sourceware.org/bugzilla/show_bug.cgi?id=24046

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  7395f3a0efad9fc51bb54fa383ef6524702e0c49 (commit)
      from  010fe2317732b009e096cba9df14d5a56ec28de9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7395f3a0efad9fc51bb54fa383ef6524702e0c49

commit 7395f3a0efad9fc51bb54fa383ef6524702e0c49
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Mon Dec 31 00:29:53 2018 +0100

    en_US: define date_fmt (bug 24046)

    The en_US locale use a 12h am/pm format in both d_fmt and d_t_fmt, which
    is correct, but does not define date_fmt. This causes the default value
    to be used, which is in 24h format.

    This patch adds the date_fmt entry to the en_US locale with the same
    value as d_t_fmt as the latter already includes the timezone.

    Changelog
        [BZ #24046]
        * localedata/locales/en_US (date_fmt): Add, set to
        "%a %d %b %Y %r %Z".

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    6 ++++++
 localedata/locales/en_US |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libc-locales mailing list