From 4381b89c96a70531a5d0a40675ebed21cb77b199 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Mar 2016 13:25:45 -0500 Subject: .bash_exports: Set TZ --- diff --git a/.bash_exports b/.bash_exports index 58b9ab6..9b2aef4 100644 --- a/.bash_exports +++ b/.bash_exports @@ -2,6 +2,7 @@ export LC_ALL='en_US.UTF-8' export LC_TIME='en_DK.UTF-8' +export TZ='America/New_York' export EDITOR='vim' if [ -x /usr/bin/dircolors ]; then -- cgit v0.9.1