Use Canadian locale (ISO dates)

This commit is contained in:
Anthony Rose 2021-05-08 18:56:38 +01:00
parent ac3c86d919
commit 565fe365f7

View file

@ -45,7 +45,7 @@ set -o noclobber
# Locale and language. # Locale and language.
## Clear the existing locale settings and set options I always want. ## Clear the existing locale settings and set options I always want.
export TIME_STYLE=long-iso # Used by GNU 'ls'. export TIME_STYLE=long-iso # Used by GNU 'ls'.
export LANG=C.UTF-8 export LANG=en_CA.UTF-8
# Other exports. # Other exports.
export ANSIBLE_NOCOWS=1 export ANSIBLE_NOCOWS=1