Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24761
Modified Files:
config.inc.php
Log Message:
fix US holidays; fix 1743686 where byday set and timezone pushes event to different day
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.183
retrieving revision 1.184
diff -C2 -d -r1.183 -r1.184
*** config.inc.php 25 Dec 2008 18:45:26 -0000 1.183
--- config.inc.php 26 Dec 2008 05:54:46 -0000 1.184
***************
*** 14,18 ****
# 'show_search' => 'yes',
# 'show_todos' => 'no',
! 'timezone' => 'US/Central',
# 'second_offset' => $secs,
# 'cookie_uri' => ''
--- 14,19 ----
# 'show_search' => 'yes',
# 'show_todos' => 'no',
! # 'timezone' => 'US/Central',
! 'timezone' => 'America/Bogota',
# 'second_offset' => $secs,
# 'cookie_uri' => ''
|