On 3/12/07, Jim Valavanis wrote:
It appears that all calendar entries in the month of march CST6CDT (central 
time) moved up by 1 hour.  For instance calendar entries entered with a 
9:00am-10:00am time, after DST on March 11th, got changed to 10:00am-11:00am.  
All times beginning April 1st, were fine.  The time on the server successfully 
changed when DST occurred, but the March calendar entries moved up an hour.  
How come?


hm.  I was under the impression that the dates were stored as a unix
epoc timestamps in GMT and that php's date() was handling the
conversions.

Any clues as to why March dates are messed up?  If I cannot change this, does 
anyone have a quick script to move all hours in march for all entries back 1 
hour?

since the times are timestamps, if need be a query could be crafted
that subtracts (60*60) to the appointments in the 3 week range.


_______________________________________________
phpGroupWare-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to