Changed Date helper to return time() based on the timezone parameter.
diff --git a/index.php b/index.php
index 5a11901..2858609 100644
--- a/index.php
+++ b/index.php
@@ -162,6 +162,8 @@
 // END OF USER CONFIGURABLE SETTINGS.  DO NOT EDIT BELOW THIS LINE
 // --------------------------------------------------------------------
 
+date_default_timezone_set('UTC');
+
 /*
  * ---------------------------------------------------------------
  *  Resolve the system path for increased reliability