From: arun Date: Fri, 8 Dec 2006 20:44:01 +0000 (+0000) Subject: added timezone for berkeley X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=60cf635bba27f24c93a54091b80c39d78e4b456a added timezone for berkeley --- 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"; }