Use Canadian locale (ISO dates)
This commit is contained in:
parent
ac3c86d919
commit
565fe365f7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ set -o noclobber
|
|||
# Locale and language.
|
||||
## Clear the existing locale settings and set options I always want.
|
||||
export TIME_STYLE=long-iso # Used by GNU 'ls'.
|
||||
export LANG=C.UTF-8
|
||||
export LANG=en_CA.UTF-8
|
||||
|
||||
# Other exports.
|
||||
export ANSIBLE_NOCOWS=1
|
||||
|
|
Loading…
Reference in a new issue