From 85bc9640c3ea3ea8e11ff263c634987f9eccabbc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 24 Jan 2022 18:52:35 +0200 Subject: set LC_TIME for 24h times Sponsored-by: author --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 73802af..4e0318a 100644 --- a/bashrc +++ b/bashrc @@ -167,6 +167,7 @@ export DEBEMAIL=liw@liw.fi export VIRSH_DEFAULT_CONNECT_URI=qemu:///system export LANG=en_US.UTF-8 export LC_COLLATE=fi_FI.UTF-8 +export LC_TIME=en_GB export ANSIBLE_ROLES_PATH="$HOME/code/debian-ansible/roles:$HOME/pers/debian-ansible/roles" export ANSIBLE_STDOUT_CALLBACK=yaml export PYTHONDONTWRITEBYTECODE=1 -- cgit v1.2.1