From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16409 invoked by alias); 27 Nov 2006 21:33:32 -0000 Received: (qmail 16226 invoked by uid 48); 27 Nov 2006 21:33:05 -0000 Date: Mon, 27 Nov 2006 21:33:00 -0000 Message-ID: <20061127213305.16225.qmail@sourceware.org> From: "jdaluz at gmail dot com" To: libc-locales@sources.redhat.com In-Reply-To: <20060221005035.2371.jdaluz@gmail.com> References: <20060221005035.2371.jdaluz@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug localedata/2371] Incorrect locale data causes problems with date display X-Bugzilla-Reason: AssignedTo Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00050.txt.bz2 ------- Additional Comments From jdaluz at gmail dot com 2006-11-27 21:33 ------- With glibc 2.5, the problem seems to be fixed: $ LANG=en_US.UTF-8 locale -k -c LC_TIME LC_TIME abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat" day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday" abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec" mon="January;February;March;April;May;June;July;August;September;October;November;December" am_pm="AM;PM" d_t_fmt="%a %d %b %Y %r %Z" d_fmt="%m/%d/%Y" t_fmt="%r" t_fmt_ampm="%I:%M:%S %p" era= era_year="" era_d_fmt="" alt_digits= era_d_t_fmt="" era_t_fmt="" time-era-num-entries=0 time-era-entries="S" week-ndays=7 week-1stday=19971130 week-1stweek=7 first_weekday=1 first_workday=1 cal_direction=1 timezone="" date_fmt="%a %b %e %H:%M:%S %Z %Y" time-codeset="UTF-8" $ LANG=en_US locale -k -c LC_TIME LC_TIME abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat" day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday" abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec" mon="January;February;March;April;May;June;July;August;September;October;November;December" am_pm="AM;PM" d_t_fmt="%a %d %b %Y %r %Z" d_fmt="%m/%d/%Y" t_fmt="%r" t_fmt_ampm="%I:%M:%S %p" era= era_year="" era_d_fmt="" alt_digits= era_d_t_fmt="" era_t_fmt="" time-era-num-entries=0 time-era-entries="S" week-ndays=7 week-1stday=19971130 week-1stweek=7 first_weekday=1 first_workday=1 cal_direction=1 timezone="" date_fmt="%a %b %e %H:%M:%S %Z %Y" time-codeset="UTF-8" -- http://sourceware.org/bugzilla/show_bug.cgi?id=2371 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.