From 31f603e26a0b1135a5eebc43e49c762c608096b4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 29 Dec 2016 18:26:10 -0500 Subject: [PATCH] timezone hacker --- .profile.d/timezone.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .profile.d/timezone.sh diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh new file mode 100644 index 0000000..6d4387b --- /dev/null +++ b/.profile.d/timezone.sh @@ -0,0 +1,5 @@ +#export TZ= +unset TZ +if [[ $- == *i* && -n ${TZ} ]] ; then + echo "Timezone now set to $TZ" +fi -- 2.39.2