From: Mike Frysinger Date: Thu, 29 Dec 2016 23:26:10 +0000 (-0500) Subject: timezone hacker X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=31f603e26a0b1135a5eebc43e49c762c608096b4;p=home.git timezone hacker --- 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