From 5bfede63ae926dab6784c9cfcb58c0ace06a2e24 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Feb 2023 11:39:40 -0500 Subject: [PATCH] timezone: add some common ones --- .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 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" -- 2.39.2