Daylight savings.

Hi,
I've got a problem with mysql timestamp and daylight savings (I think). While in phpmyadmin I got an entry as '2008-06-30 18:30:00', in php I got '2008-06-30 17:30:00'. This happens with dates on summer time only, so for other records (winter time) I get the same date in php.
How can we handle timestamp fields with xataface so I get the same date as in mysql?
Edit:
It seems that doing a "select ..." gets date with daylight savings and compared to strtotime($record->strval('DATA')) doesn't work well because it doesn't get date with daylight savings adjust.
Thanks.
I've got a problem with mysql timestamp and daylight savings (I think). While in phpmyadmin I got an entry as '2008-06-30 18:30:00', in php I got '2008-06-30 17:30:00'. This happens with dates on summer time only, so for other records (winter time) I get the same date in php.
How can we handle timestamp fields with xataface so I get the same date as in mysql?
Edit:
It seems that doing a "select ..." gets date with daylight savings and compared to strtotime($record->strval('DATA')) doesn't work well because it doesn't get date with daylight savings adjust.
Thanks.