From 565fe365f79e1c2dd8aebeb70ecfdd426e01acc5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 8 May 2021 18:56:38 +0100 Subject: [PATCH] Use Canadian locale (ISO dates) --- roles/home-cli/files/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 9fc2d26..56b855e 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -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