# HG changeset patch # User Augie Fackler # Date 1257397495 18000 # Node ID 6a781c14cdfd88bdef0ecdaede472d8500183977 # Parent 7576736ca6fa3ee4cbfb77582f74db5944468c4c zsh/bash: change default timezome diff --git a/.bashrc b/.bashrc --- 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 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/Detroit" + local DEFAULT_TZ="America/Chicago" fi # Do this right before the timezone stuff