added timezone for berkeley
[e-DoKo.git] / functions.php
index ce4851309f0da48a13e44446109dbd6c96d96799..c955d5cf4c9a59e9acacbe6627e8672d282ef7f9 100644 (file)
@@ -438,6 +438,9 @@ function return_timezone($offset)
     case '1':
       $zone = "Europe/Berlin";
       break;
+    case '-8':
+      $zone = "America/Vancouver";
+      break;
     default:
       $zone = "Europe/London";
     }