From 0296868f982b677941e3ad0965296935eeda5cce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Apr 2025 13:15:02 -0400 Subject: [PATCH] timezone: restore TZ clear --- .profile.d/timezone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh index cdea776..cbe7e73 100644 --- a/.profile.d/timezone.sh +++ b/.profile.d/timezone.sh @@ -3,7 +3,7 @@ #export TZ=Asia/Taipei #export TZ=Asia/Tokyo #export TZ=America/Los_Angeles -#unset TZ +unset TZ if [[ $- == *i* && -n ${TZ} ]] ; then echo "Timezone now set to $TZ" fi -- 2.39.5