aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-03 11:37:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-03 11:37:00 +1200
commit8d28ccd86e0c694d13d97a9b627ed69497d8545e (patch)
treeaf8ac23e91f51b9607892ed2b23f06e1a123ce3f /sh
parentNice syntax for AND (diff)
downloaddotfiles-8d28ccd86e0c694d13d97a9b627ed69497d8545e.tar.gz
dotfiles-8d28ccd86e0c694d13d97a9b627ed69497d8545e.zip
Explicitly set timezone for profiles
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/timezone.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/profile.d/timezone.sh b/sh/profile.d/timezone.sh
new file mode 100644
index 00000000..4e6fbc49
--- /dev/null
+++ b/sh/profile.d/timezone.sh
@@ -0,0 +1,3 @@
+TZ='Pacific/Auckland'
+export TZ
+