summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
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";
}