From a93056d2bce29350abe7315e8dbb988b56a3130f Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 22 Jun 2023 18:26:36 +0800 Subject: [PATCH] .bashrc: TZ=Manila --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0a78130..0696bcf 100644 --- a/.bashrc +++ b/.bashrc @@ -209,7 +209,8 @@ export HISTSIZE=10000000 export HISTFILESIZE="$HISTSIZE" export GDBHISTFILE="$HOME/.gdb_history" export CVS_RSH="ssh" -export TZ="Europe/Prague" +export TZ="Asia/Manila" +#export TZ="Europe/Prague" #export TZ="Canada/Eastern" export PYTHONUNBUFFERED=1 export ASAN_OPTIONS=detect_leaks=0 -- 1.8.3.1