Possible Duplicate:
MySQL datetime fields and daylight savings time — how do I reference the “extra” hour?
Unfortunately, I can't test if some problems appear when clocks switch 1 hour back on the server (it happens once a year, 1 hour ahead is not so bad). Anyway, I don't want some transactions on the shared hosting server became unexpectedly ordered in a wrong order (between 2am and 3am of the night when clock goes back for 1 hour). All I want is to have a proper order in the database. What should I check on the server? What should I know? As for me it's like a Y2k problem in 1998: it didn't happened yet, but I have to be ready :D
Thank you.