From 8d28ccd86e0c694d13d97a9b627ed69497d8545e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 3 Jul 2013 11:37:00 +1200 Subject: Explicitly set timezone for profiles --- sh/profile.d/timezone.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sh/profile.d/timezone.sh (limited to 'sh') 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 + -- cgit v1.2.3