# HG changeset patch # User Augie Fackler # Date 1372981233 14400 # Node ID 4fa9c5ee08d2c75b26ba5998c28a4ba318eef0dd # Parent 5e3ea3f497af2da725ff1110b939f02013a573f1 zshenv: default timezone should be America/New_York now diff --git a/.zshenv b/.zshenv --- 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