Mercurial > dotfiles
diff .zshenv @ 318:4fa9c5ee08d2
zshenv: default timezone should be America/New_York now
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 04 Jul 2013 19:40:33 -0400 |
parents | 6a781c14cdfd |
children | f248cf012d9a |
line wrap: on
line diff
--- 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/Chicago" + local DEFAULT_TZ="America/New_York" fi # Do this right before the timezone stuff