changeset 163:6a781c14cdfd

zsh/bash: change default timezome
author Augie Fackler <durin42@gmail.com>
date Thu, 05 Nov 2009 00:04:55 -0500
parents 7576736ca6fa
children a4734cd2ba01
files .bashrc .zshenv
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc
+++ b/.bashrc
@@ -29,7 +29,7 @@ fi
 # I really wish bash had something like .zshenv - maybe I just don't know what it is called?
 if [[ "x$TZ" == "x" ]] ; then
         export MACHINE_TZ="xNoTimeZone"
-        DEFAULT_TZ="America/Detroit"
+        DEFAULT_TZ="America/Chicago"
 fi
 
 # Do this right before the timezone stuff
--- a/.zshenv
+++ b/.zshenv
@@ -23,7 +23,7 @@ source $HOME/.shell.d/50.common_env.sh
 # prep to parse the zshenv-machine
 if [[ "x$TZ" == "x" ]] ; then
         export MACHINE_TZ="xNoTimeZone"
-        local DEFAULT_TZ="America/Detroit"
+        local DEFAULT_TZ="America/Chicago"
 fi
 
 # Do this right before the timezone stuff