This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/24046] New: en_US locale doesn't define date_fmt


https://sourceware.org/bugzilla/show_bug.cgi?id=24046

            Bug ID: 24046
           Summary: en_US locale doesn't define date_fmt
           Product: glibc
           Version: 2.29
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: aurelien at aurel32 dot net
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

The en_US locale default to the 12h format in t_fmt and d_t_fmt (which is
correct), but doesn't define date_fmt. This causes the date to be printed
inconsistently between the various formats:

$ date ; date +%c ; date +%X
Sun Dec 30 18:38:58 EST 2018
Sun 30 Dec 2018 06:38:58 PM EST
06:38:58 PM

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]