From 4bb79f8d238d4d209f9d0790fbff54276d5e998a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 12 Sep 2012 19:29:43 +0100 Subject: Set TZ to Europe/London --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 78ecf35..484b7cf 100644 --- a/.zshrc +++ b/.zshrc @@ -34,7 +34,7 @@ export LC_ALL="LOCALE" export LANG="LOCALE" -export TZ="America/Toronto" # Force our time zone this location. +export TZ="Europe/London" # Force our time zone this location. export EDITOR="vim" # Long live vim (as our editor). export NAME="Ryan Kavanagh" # Our name. export EMAIL="rak@debian.org" # Our email address. -- cgit v1.2.3