diff options
-rw-r--r-- | functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php index ce48513..c955d5c 100644 --- a/functions.php +++ b/functions.php @@ -438,6 +438,9 @@ function return_timezone($offset) case '1': $zone = "Europe/Berlin"; break; + case '-8': + $zone = "America/Vancouver"; + break; default: $zone = "Europe/London"; } |