hi !
i'm working in a calendar software, web based with php and a windows client.
i can write appointments to my mysql database with the windows client
independent
from daylight savings. it always shows the appointments at the right time.
if i
create appointments with my php web frontend e.g.

1st  @ 01.05.2003  8:00 am
2nd @ 01.11.2003  8:00 am

it shows the appointments correct. when i access them with my windows
client,
only the 2nd appointment is at 8 am the 1st is shown at 09:00 am. when i set
my windows date to may then the 1st appt is correct at 8 am but the 2nd not
!!!

does anybody know how php handles daylight saving issues ? again: the
windows
client does work under all conditions, except it accesses php created
appointments.


thanks
philip

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to