summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-08 20:44:01 +0000
committerarun <arun>2006-12-08 20:44:01 +0000
commit60cf635bba27f24c93a54091b80c39d78e4b456a (patch)
tree48759ab6eeb0983b59bf87656531d44679ea3d68
parentf0bbdae184fed051df8ae0e93a41e88c9442a7db (diff)
downloade-DoKo-60cf635bba27f24c93a54091b80c39d78e4b456a.tar.gz
e-DoKo-60cf635bba27f24c93a54091b80c39d78e4b456a.tar.bz2
e-DoKo-60cf635bba27f24c93a54091b80c39d78e4b456a.zip
added timezone for berkeley
-rw-r--r--functions.php3
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";
}