Set time format to "C".
This commit is contained in:
parent
7a26fe20c0
commit
cd29b12482
1
.zshenv
1
.zshenv
|
@ -62,6 +62,7 @@ done
|
||||||
export PATH=$NEW_PATH
|
export PATH=$NEW_PATH
|
||||||
export LANG=american.iso88591
|
export LANG=american.iso88591
|
||||||
export LC_COLLATE=american.iso88591@nofold
|
export LC_COLLATE=american.iso88591@nofold
|
||||||
|
export LC_TIME=C
|
||||||
if test "`uname`" = HP-UX
|
if test "`uname`" = HP-UX
|
||||||
then
|
then
|
||||||
# need to set that explicitely on HP-UX. MESZ isn't standard, so
|
# need to set that explicitely on HP-UX. MESZ isn't standard, so
|
||||||
|
|
Loading…
Reference in New Issue