From: Rafal Luzynski Date: Fri, 24 Aug 2018 10:06:05 +0000 (+0200) Subject: en_IN: Set the correct date format for "%x" (bug 17426). X-Git-Tag: glibc-2.29~491 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5abedf97a3d396798cb48a3bf86f322d71955ad9;p=thirdparty%2Fglibc.git en_IN: Set the correct date format for "%x" (bug 17426). [BZ #17426] * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y". --- diff --git a/ChangeLog b/ChangeLog index 03f41dbf8cd..8419d4671c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-28 Rafal Luzynski + + [BZ #17426] + * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y". + 2018-08-27 DJ Delorie * support/Makefile (others): Don't list programs explicitly as a diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN index c8afec9ec09..32cfe85b0c5 100644 --- a/localedata/locales/en_IN +++ b/localedata/locales/en_IN @@ -104,8 +104,8 @@ am_pm "AM";"PM" % Appropriate date and time representation d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z" % -% Appropriate date representation -d_fmt "%A %d %B %Y" +% Appropriate date representation (%x) +d_fmt "%d//%m//%y" % % Appropriate time representation t_fmt "%I:%M:%S %Z"