aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-26 05:54:46 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-26 05:54:46 +0000
commit7d565474b41400bfce2d665da96d39631458eda3 (patch)
treea0e7a345fb2caeb0eac189b10f2a101a515a2083 /config.inc.php
parent52ba3b8146dd01c1c7d057359f4485aae5813124 (diff)
downloadphpicalendar-7d565474b41400bfce2d665da96d39631458eda3.tar.gz
phpicalendar-7d565474b41400bfce2d665da96d39631458eda3.tar.bz2
phpicalendar-7d565474b41400bfce2d665da96d39631458eda3.zip
fix US holidays; fix 1743686 where byday set and timezone pushes event to different day
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 506d7ba..c4a80ca 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -13,7 +13,8 @@ $configs = array(
'allow_preferences' => 'yes',
# 'show_search' => 'yes',
# 'show_todos' => 'no',
- 'timezone' => 'US/Central',
+# 'timezone' => 'US/Central',
+ 'timezone' => 'America/Bogota',
# 'second_offset' => $secs,
# 'cookie_uri' => ''
);

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