From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bug#19933: LC_TIME category in Coreutils Date: Wed, 25 Feb 2015 00:01:47 +0100 Message-ID: <87zj827w2s.fsf@gnu.org> References: <20150210180603.GA29701@debian> <20150210183024.GA30000@debian> <87a90kw5br.fsf@gnu.org> <871tlsgfnt.fsf@netris.org> <87vbis1foa.fsf_-_@gnu.org> <54EBA670.4040507@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQOUJ-0007Um-Gi for guix-devel@gnu.org; Tue, 24 Feb 2015 18:02:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQOUG-0005zT-9K for guix-devel@gnu.org; Tue, 24 Feb 2015 18:01:59 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQOUG-0005zL-6A for guix-devel@gnu.org; Tue, 24 Feb 2015 18:01:56 -0500 In-Reply-To: <54EBA670.4040507@cs.ucla.edu> (Paul Eggert's message of "Mon, 23 Feb 2015 14:15:12 -0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Paul Eggert Cc: guix-devel@gnu.org, 19933@debbugs.gnu.org Paul Eggert skribis: > On 02/23/2015 01:28 PM, Ludovic Court=C3=A8s wrote: >> I suspect this isn=E2=80=99t needed. > > This is needed so that 'ls -l' can output a date format suitable for > the current locale. These formats aren't part of glibc and so are not > in glibc's LC_TIME information. The default formats for the C locale > are "%b %e %Y" for older files and "%b %e %H:%M" for newer files, but > the formats differ in other locales (e.g., Dutch uses "%e %b" instead > of "%b %e"). I see, thanks for the explanation. Ludo=E2=80=99.