Mercurial > dotfiles
changeset 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 | 5e3ea3f497af |
children | c4f8ba83bce4 |
files | .zshenv |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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