projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0bbdae
)
added timezone for berkeley
author
arun
<arun@nubati.net>
Fri, 8 Dec 2006 20:44:01 +0000
(20:44 +0000)
committer
arun
<arun>
Fri, 8 Dec 2006 20:44:01 +0000
(20:44 +0000)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index ce4851309f0da48a13e44446109dbd6c96d96799..c955d5cf4c9a59e9acacbe6627e8672d282ef7f9 100644
(file)
--- 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";
}