public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/12582] New: Incorrect date and time formats in en_SG locale
@ 2011-03-14 15:56 b3virq3b at gmail dot com
  2011-03-14 14:30 ` [Bug localedata/12582] " b3virq3b at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: b3virq3b at gmail dot com @ 2011-03-14 15:56 UTC (permalink / raw)
  To: libc-locales

http://sourceware.org/bugzilla/show_bug.cgi?id=12582

           Summary: Incorrect date and time formats in en_SG locale
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales@sources.redhat.com
        ReportedBy: b3virq3b@gmail.com


Downstream report at https://bugs.launchpad.net/bugs/699886

Currently under English (Singapore) locale date_fmt is formatted like this:
Friday 07,January,2011 11:44:44 PM SGT

The commas are weird and are not the convention in Singapore. The attached
patch changes that and other related formats to better values:

t_fmt_ampm from "%I:%M:%S %p %Z" to "%I:%M:%S %p" (removed time zone; redundant
because Singapore spans only one time zone)
t_fmt from "%I:%M:%S  %Z" to "%T" (changed to 24h time)
d_t_fmt from "%A %d,%B,%Y %I:%M:%S  %Z" to "%a %d %b %Y %r" (removed awkward
commas, use abbreviated month names)
d_fmt from "%A %d,%B,%Y" to "%d/%m/%Y"

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-27 13:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-14 15:56 [Bug localedata/12582] New: Incorrect date and time formats in en_SG locale b3virq3b at gmail dot com
2011-03-14 14:30 ` [Bug localedata/12582] " b3virq3b at gmail dot com
2011-05-09 16:56 ` drepper.fsp at gmail dot com
2011-05-13 16:50 ` b3virq3b at gmail dot com
2011-05-15  7:32 ` drepper.fsp at gmail dot com
2014-06-27 13:47 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).