comments should be working again. not tested though
[e-DoKo.git] / functions.php
index ce4851309f0da48a13e44446109dbd6c96d96799..a530177043d5cb6ac504447dbae0a2bc7165d3c3 100644 (file)
@@ -6,7 +6,7 @@
 
 $host  = "http://doko.nubati.net/database/index.php";
 $wiki  = "http://wiki.nubati.net/index.php?title=EmailDoko";
-$debug = 0;
+$debug = 1;
 
 $last=-2;
 
@@ -438,6 +438,12 @@ function return_timezone($offset)
     case '1':
       $zone = "Europe/Berlin";
       break;
+    case '-8':
+      $zone = "America/Vancouver";
+      break;
+    case '13':
+      $zone = "Pacific/Auckland";
+      break;
     default:
       $zone = "Europe/London";
     }