diff options
author | arun <arun@nubati.net> | 2006-12-08 20:44:01 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-08 20:44:01 +0000 |
commit | 60cf635bba27f24c93a54091b80c39d78e4b456a (patch) | |
tree | 48759ab6eeb0983b59bf87656531d44679ea3d68 /functions.php | |
parent | f0bbdae184fed051df8ae0e93a41e88c9442a7db (diff) | |
download | e-DoKo-60cf635bba27f24c93a54091b80c39d78e4b456a.tar.gz e-DoKo-60cf635bba27f24c93a54091b80c39d78e4b456a.tar.bz2 e-DoKo-60cf635bba27f24c93a54091b80c39d78e4b456a.zip |
added timezone for berkeley
Diffstat (limited to 'functions.php')
-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"; } |