From 7d565474b41400bfce2d665da96d39631458eda3 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 26 Dec 2008 05:54:46 +0000 Subject: fix US holidays; fix 1743686 where byday set and timezone pushes event to different day --- config.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.inc.php') 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' => '' ); -- cgit v1.2.3