]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
en_IN: Set the correct date format for "%x" (bug 17426).
authorRafal Luzynski <digitalfreak@lingonborough.com>
Fri, 24 Aug 2018 10:06:05 +0000 (12:06 +0200)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Mon, 27 Aug 2018 22:21:52 +0000 (00:21 +0200)
[BZ #17426]
* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".

ChangeLog
localedata/locales/en_IN

index 03f41dbf8cd9121241870ebb9b4f41be905d9c62..8419d4671c431141b4fb9c21219809ca8089b0f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-28  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+       [BZ #17426]
+       * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
+
 2018-08-27  DJ Delorie  <dj@redhat.com>
 
        * support/Makefile (others): Don't list programs explicitly as a
index c8afec9ec092466aa7043a6604c2ce07bb9b4d39..32cfe85b0c59fb89fd2811829b71415b2d7f7830 100644 (file)
@@ -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"