From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Eggert Subject: bug#19933: LC_TIME category in Coreutils Date: Mon, 23 Feb 2015 14:15:12 -0800 Message-ID: <54EBA670.4040507@cs.ucla.edu> References: <20150210180603.GA29701@debian> <20150210183024.GA30000@debian> <87a90kw5br.fsf@gnu.org> <871tlsgfnt.fsf@netris.org> <87vbis1foa.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vbis1foa.fsf_-_@gnu.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-coreutils-bounces+gcgcb-bug-coreutils-616=gmane.org@gnu.org Sender: bug-coreutils-bounces+gcgcb-bug-coreutils-616=gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , mhw@netris.org, 19933@debbugs.gnu.org Cc: guix-devel@gnu.org, Andreas Enge List-Id: guix-devel.gnu.org On 02/23/2015 01:28 PM, Ludovic Courtès wrote: > I suspect this isn’t 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").