wrong date format in "ls -la" output
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
coreutils (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: bash
My system is set to german output but the long ls listing shows wrong/us date format:
tr@tr-ubuntu:~$ env|grep LANG
LANG=de_DE.UTF-8
GDM_LANG=
tr@tr-ubuntu:~$ date
Mi 14. Apr 11:13:46 CEST 2010
tr@tr-ubuntu:~$ touch myFile
tr@tr-ubuntu:~$ ls -la myFile
-rw-r--r-- 1 tr tr 0 2010-04-14 11:13 myFile
Here is an example of Redhat EL5 which gives different/right output:
tr@tr-ubuntu:~$ ssh xxx
tr@xxx's password:
Last login: Wed Apr 14 11:12:53 2010 from yyy
[tr@xxx ~]$ touch myFile
[tr@xxx ~]$ ls -la myFile
-rw-rw-r-- 1 tr tr 0 14. Apr 11:15 myFile
[tr@xxx ~]$ env|grep LANG
LANG=de_DE.UTF-8
ProblemType: Bug
Architecture: i386
Date: Wed Apr 14 11:07:53 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: bash 4.0-5ubuntu2
ProcEnviron:
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: bash
Uname: Linux 2.6.31-20-generic i686
More information about your environment is required. Could you please run `locale' on Ubuntu and Red Hat and provide the two outputs. LANG isn't used if some other variables are set; see locale(7).