Bug 2372 - Incorrect locale data causes problems with date display
Summary: Incorrect locale data causes problems with date display
Status: RESOLVED DUPLICATE of bug 2371
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: GNU C Library Locale Maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 00:51 UTC by Jose M. daLuz
Modified: 2016-05-12 14:59 UTC (History)
2 users (show)

See Also:
Host: x86_64-pc-linux-gnu
Target: x86_64-pc-linux-gnu
Build: x86_64-pc-linux-gnu
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose M. daLuz 2006-02-21 00:51:13 UTC
Originally I had a calendar that displayed Saturday as the first day of the
week, then switching from no locale set to LC_ALL="en_US" the first day became
Monday -- in both cases it should have been Sunday. Here is the locale data:

LC_ALL="" locale -k -c LC_TIME
LC_TIME
abday="Sun
Comment 1 Mike Frysinger 2006-02-21 00:52:51 UTC
you can find similar reports against Ubuntu:
https://launchpad.net/distros/ubuntu/+source/langpack-locales/+bug/31814/
and Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347323
Comment 2 Jose M. daLuz 2006-02-21 02:23:15 UTC

*** This bug has been marked as a duplicate of 2371 ***