From 60cf635bba27f24c93a54091b80c39d78e4b456a Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 8 Dec 2006 20:44:01 +0000 Subject: [PATCH] added timezone for berkeley --- functions.php | 3 +++ 1 file changed, 3 insertions(+) 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"; } -- 2.25.1