]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix time format in en_SG locale
authorKH Teo <b3virq3b@gmail.com>
Sat, 14 May 2011 23:47:43 +0000 (19:47 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 14 May 2011 23:47:43 +0000 (19:47 -0400)
NEWS
localedata/ChangeLog
localedata/locales/en_SG

diff --git a/NEWS b/NEWS
index 650fff8a3510ca9e7f17ad8ad7275364fa04cbad..4214c3c4262402db9c5a850ec519e9bdbc091879 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,9 +12,9 @@ Version 2.14
   386, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11945, 11947,
   12052, 12083, 12158, 12178, 12200, 12346, 12393, 12420, 12432, 12445,
   12449, 12454, 12460, 12469, 12489, 12509, 12510, 12511, 12518, 12527,
-  12541, 12545, 12551, 12583, 12587, 12597, 12601, 12611, 12625, 12626,
-  12631, 12650, 12653, 12655, 12660, 12681, 12685, 12711, 12713, 12714,
-  12717, 12723, 12724, 12734, 12738
+  12541, 12545, 12551, 12582, 12583, 12587, 12597, 12601, 12611, 12625,
+  12626, 12631, 12650, 12653, 12655, 12660, 12681, 12685, 12711, 12713,
+  12714, 12717, 12723, 12724, 12734, 12738
 
 * The RPC implementation in libc is obsoleted.  Old programs keep working
   but new programs cannot be linked with the routines in libc anymore.
index dd2b292f8bd895096b3cb2058a353ee40922643b..8ea8c688593728373e8218b7f25945bb47243ff4 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-14  Ulrich Drepper  <drepper@gmail.com>
+
+       [BZ #12582]
+       * localedata/charmaps/en_SG (LC_TIME): Fix time formats.
+       Patch by KH Teo <b3virq3b@gmail.com>.
+
 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
 
        [BZ #11487]
index 0e9196c1f94e2d34352dea3c838926c97c9fc9a6..71ae52b26af69277b0122828237f23f0ea8553ed 100644 (file)
@@ -117,19 +117,20 @@ mon         "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";"<U0046><U0065><
 am_pm       "<U0041><U004D>";"<U0050><U004D>"
 %
 % Appropriate date and time representation
-% %A %d,%B,%Y %I:%M:%S  %Z
-d_t_fmt     "<U0025><U0041><U0020><U0025><U0064><U002C><U0025><U0042><U002C><U0025><U0059><U0020><U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>"
+% %a %d %b %Y %r
+d_t_fmt     "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072>"
 %
 % Appropriate date representation
-% %A %d,%B,%Y
-d_fmt       "<U0025><U0041><U0020><U0025><U0064><U002C><U0025><U0042><U002C><U0025><U0059>"
+% %d/%m/%Y
+d_fmt       "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0059>"
 %
 % Appropriate time representation
-% %I:%M:%S  %Z
-t_fmt       "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0020><U0025><U005A>"
+% %T
+t_fmt       "<U0025><U0054>"
 %
 % Appropriate 12 h time representation (%r)
-t_fmt_ampm  "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>"
+% %I:%M:%S %p
+t_fmt_ampm  "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070>"
 %
 END LC_TIME