From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24891 invoked by alias); 10 Feb 2009 22:01:12 -0000 Received: (qmail 22416 invoked by uid 48); 10 Feb 2009 22:00:58 -0000 Date: Tue, 10 Feb 2009 22:01:00 -0000 From: "aurelien at aurel32 dot net" To: glibc-bugs@sources.redhat.com Message-ID: <20090210220057.9835.aurelien@aurel32.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug localedata/9835] New: Wrong first_weekday and first_workday for en_GB X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00041.txt.bz2 In Great Britain, the first day of the week is monday. Giveen that week equals 7;19971201;4, that is a monday, first_weekday and first_workday should be 1. The patch below fixes the problem. 2009-01-10 Aurelien Jarno * locales/en_GB: Set first weekday and workday to 1. --- localedata.orig/locales/en_GB +++ localedata/locales/en_GB @@ -122,8 +122,8 @@ date_fmt "/ / " week 7;19971201;4 -first_weekday 2 -first_workday 2 +first_weekday 1 +first_workday 1 END LC_TIME LC_MESSAGES -- Summary: Wrong first_weekday and first_workday for en_GB Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: localedata AssignedTo: libc-locales at sources dot redhat dot com ReportedBy: aurelien at aurel32 dot net CC: glibc-bugs at sources dot redhat dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=9835 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.