how to deal with Daylight Saving Time

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
guosheng1987
Forum Newbie
Posts: 24
Joined: Thu Oct 15, 2009 3:03 am

how to deal with Daylight Saving Time

Post by guosheng1987 »

Hi guys.
I can't quicken my database time and make it one hours faster than now ,and in sepetember lower than now,

so ,is there anybody know some good ways solve that.
Thanks
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Re: how to deal with Daylight Saving Time

Post by Jenk »

use UTC and apply localisation at application level.
Post Reply