From 261baa445baa79fa59ead84693c82141406e6ba7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 26 Apr 2025 16:05:46 -0400 Subject: [PATCH] timezone: add more common locales --- .profile.d/timezone.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5