From: Mike Frysinger Date: Wed, 1 Feb 2023 16:39:40 +0000 (-0500) Subject: timezone: add some common ones X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=5bfede63ae926dab6784c9cfcb58c0ace06a2e24 timezone: add some common ones --- diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh index 2a00e86..537376b 100644 --- a/.profile.d/timezone.sh +++ b/.profile.d/timezone.sh @@ -1,4 +1,6 @@ -#export TZ= +#export TZ=Asia/Kathmandu +#export TZ=Asia/Bangkok +#export TZ=Asia/Tokyo unset TZ if [[ $- == *i* && -n ${TZ} ]] ; then echo "Timezone now set to $TZ"