summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-11 13:53:44 +0000
committerarun <arun>2006-12-11 13:53:44 +0000
commit0a660193fde766fcb6703f73c9bd68ed1c972c0c (patch)
treed351c32b033672e9d16bfd7ccacd39e0b6665756 /functions.php
parente70edfecc1252420ceb06f55a97e1f14f76a767a (diff)
downloade-DoKo-0a660193fde766fcb6703f73c9bd68ed1c972c0c.tar.gz
e-DoKo-0a660193fde766fcb6703f73c9bd68ed1c972c0c.tar.bz2
e-DoKo-0a660193fde766fcb6703f73c9bd68ed1c972c0c.zip
added timezone for .nz
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 1c7b29b..a530177 100644
--- a/functions.php
+++ b/functions.php
@@ -441,6 +441,9 @@ function return_timezone($offset)
case '-8':
$zone = "America/Vancouver";
break;
+ case '13':
+ $zone = "Pacific/Auckland";
+ break;
default:
$zone = "Europe/London";
}