From: Mike Frysinger Date: Thu, 30 Jul 2026 22:53:02 +0000 (+0545) Subject: timezone: unset TZ at top X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a4b8a8c38ab0b397f24e77adada65e18c4c85dc9;p=home.git timezone: unset TZ at top --- diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh index cbe7e73..9d2ee4c 100644 --- a/.profile.d/timezone.sh +++ b/.profile.d/timezone.sh @@ -1,9 +1,11 @@ +unset TZ + #export TZ=Asia/Kathmandu #export TZ=Asia/Bangkok #export TZ=Asia/Taipei #export TZ=Asia/Tokyo #export TZ=America/Los_Angeles -unset TZ + if [[ $- == *i* && -n ${TZ} ]] ; then echo "Timezone now set to $TZ" fi