From: Mike Frysinger Date: Sat, 26 Apr 2025 20:05:46 +0000 (-0400) Subject: timezone: add more common locales X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=261baa445baa79fa59ead84693c82141406e6ba7;p=home.git timezone: add more common locales --- diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh index 537376b..cdea776 100644 --- a/.profile.d/timezone.sh +++ b/.profile.d/timezone.sh @@ -1,7 +1,9 @@ #export TZ=Asia/Kathmandu #export TZ=Asia/Bangkok +#export TZ=Asia/Taipei #export TZ=Asia/Tokyo -unset TZ +#export TZ=America/Los_Angeles +#unset TZ if [[ $- == *i* && -n ${TZ} ]] ; then echo "Timezone now set to $TZ" fi