diff options
Diffstat (limited to 'locale/C-time.c')
-rw-r--r-- | locale/C-time.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/locale/C-time.c b/locale/C-time.c index a595e6b251..b03ff498ab 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -19,6 +19,9 @@ Boston, MA 02111-1307, USA. */ #include "localeinfo.h" +/* This table's entries are taken from POSIX.2 Table 2-11 + ``LC_TIME Category Definition in the POSIX Locale''. */ + const struct locale_data _nl_C_LC_TIME = { _nl_C_name, @@ -65,7 +68,7 @@ const struct locale_data _nl_C_LC_TIME = { string: "December" }, { string: "AM" }, { string: "PM" }, - { string: "%a %b %d %H:%M:%S %Y" }, + { string: "%a %b %e %H:%M:%S %Y" }, { string: "%m/%d/%y" }, { string: "%H:%M:%S" }, { string: "%I:%M:%S %p" }, |