diff options
author | arun <arun@nubati.net> | 2006-12-11 13:53:44 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-11 13:53:44 +0000 |
commit | 0a660193fde766fcb6703f73c9bd68ed1c972c0c (patch) | |
tree | d351c32b033672e9d16bfd7ccacd39e0b6665756 /functions.php | |
parent | e70edfecc1252420ceb06f55a97e1f14f76a767a (diff) | |
download | e-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.php | 3 |
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"; } |