aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-10 12:37:07 +0000
committerjwangen <jwangen>2002-10-10 12:37:07 +0000
commit5251b35b06102a33eb3be3a9d76c8ff972101c8d (patch)
tree400e4dcff524ab6c20e8d8b4a4db0d32ad698d2a /functions/init.inc.php
parentbde20d9162f7033c44c5748ab35d14ec777d3c12 (diff)
downloadphpicalendar-5251b35b06102a33eb3be3a9d76c8ff972101c8d.tar.gz
phpicalendar-5251b35b06102a33eb3be3a9d76c8ff972101c8d.tar.bz2
phpicalendar-5251b35b06102a33eb3be3a9d76c8ff972101c8d.zip
Added timezones.php. So far, it just lists a bunch of timezones and their
GMT offsets for both DLST and non-DLST
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index b111915..fdc5c6e 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -17,7 +17,10 @@ include('./functions/error.php');
// subscribe link prefix, doesn't need to be user configureable
+// cheap trick... until timezones are implemented, make the server think we're at
+// central time.
+putenv("TZ=US/Central");
// language support
$language = strtolower($language);

© 2014-2024 Faster IT GmbH | imprint | privacy policy