diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-10-05 10:52:22 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-10-05 10:52:22 +0200 |
commit | 930799d555e9534cf78f57fa88642a4a43d278f4 (patch) | |
tree | ca7f49f63c7937703492d0fd92a19e905b59cb4c /locale | |
parent | 78aa397939f403cef61d882f2e76f8c131b9e4d9 (diff) | |
download | glibc-930799d555e9534cf78f57fa88642a4a43d278f4.tar.gz glibc-930799d555e9534cf78f57fa88642a4a43d278f4.tar.xz glibc-930799d555e9534cf78f57fa88642a4a43d278f4.zip |
Fix week-1stday in C locale
Diffstat (limited to 'locale')
-rw-r--r-- | locale/C-time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-time.c b/locale/C-time.c index a9275d9ebe..368ffce7ad 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -134,10 +134,10 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden = { .wstr = (const uint32_t *) L"" }, { .wstr = (const uint32_t *) L"" }, { .string = "\7" }, - { .word = 19971201 }, + { .word = 19971130 }, { .string = "\4" }, - { .string = "\7" }, { .string = "\1" }, + { .string = "\2" }, { .string = "\1" }, { .string = "" }, { .string = "%a %b %e %H:%M:%S %Z %Y" }, |