From a2a308c7d3729807db6a23602bcfd26315d16f4d Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 28 Sep 2015 20:34:05 -0700 Subject: [PATCH] Setting TZ universally is confusing. --- dotfiles/profile | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/profile b/dotfiles/profile index d0d6c1a..7d66484 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -18,7 +18,6 @@ export PYTHONPATH="$HOME/.python" export GOPATH="$HOME/.go" export VISUAL=vim export EDITOR=vim -export TZ='America/Los_Angeles' export DEBEMAIL="david@systemoverlord.com" export DEBFULLNAME="David Tomaschik" export LESS="-MR"