From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26690 invoked by alias); 5 Dec 2006 19:55:14 -0000 Received: (qmail 26674 invoked by uid 22791); 5 Dec 2006 19:55:13 -0000 X-Spam-Check-By: sourceware.org Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Dec 2006 19:55:02 +0000 Received: from sunsite.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.1/8.13.1) with ESMTP id kB5JswdB029101; Tue, 5 Dec 2006 20:54:58 +0100 Received: (from jj@localhost) by sunsite.mff.cuni.cz (8.13.1/8.13.1/Submit) id kB5Jswjb029100; Tue, 5 Dec 2006 20:54:58 +0100 Date: Tue, 05 Dec 2006 19:55:00 -0000 From: Jakub Jelinek To: Ulrich Drepper Cc: Glibc hackers Subject: cs_CZ LC_TIME changes Message-ID: <20061205195457.GJ9556@sunsite.mff.cuni.cz> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00002.txt.bz2 Hi! This has been discussed with cs_CZ locale maintainer http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218438 and others. Also, online Czech papers like http://www.lidovky.cz, http://zpravy.idnes.cz, http://www.aktualne.cz when writing dates numerically use the 5.1.2006 style, with no 0 nor space padding. 2006-12-05 Jakub Jelinek * locales/cs_CZ (LC_TIME): Change d_fmt to %e.%m.%Y from %-d.%-m.%Y. Change d_t_fmt to %a %-d. %B %Y, %H:%M:%S %Z from %a %e. %B %Y, %H:%M:%S %Z. --- libc/localedata/locales/cs_CZ 2006-07-31 00:19:44.000000000 +0200 +++ libc/localedata/locales/cs_CZ 2006-12-05 14:52:11.000000000 +0100 @@ -2440,9 +2440,9 @@ abmon "";/ week 7;19971201;4 -d_t_fmt "" +d_t_fmt "" -d_fmt "" +d_fmt "" t_fmt "" Jakub