diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2018-12-31 00:29:53 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2019-01-07 14:51:13 +0100 |
commit | 7395f3a0efad9fc51bb54fa383ef6524702e0c49 (patch) | |
tree | c76df9d97359a6a8966f69e836045410ed0dea53 /ChangeLog | |
parent | 010fe2317732b009e096cba9df14d5a56ec28de9 (diff) | |
download | glibc-7395f3a0efad9fc51bb54fa383ef6524702e0c49.tar glibc-7395f3a0efad9fc51bb54fa383ef6524702e0c49.tar.gz glibc-7395f3a0efad9fc51bb54fa383ef6524702e0c49.tar.bz2 glibc-7395f3a0efad9fc51bb54fa383ef6524702e0c49.zip |
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".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2019-01-07 Aurelien Jarno <aurelien@aurel32.net> + + [BZ #24046] + * localedata/locales/en_US (date_fmt): Add, set to + "%a %d %b %Y %r %Z". + 2019-01-07 Florian Weimer <fweimer@redhat.com> [BZ #24063] |