How can I use the SELECT Now() As CurrentDateTime for GMT, as it displays the tome as GMT-5.
Basically, when the time is: 2011-11-19 09:46:37 in GMT, it displays it as: `2011-11-19 04:46:37
How can I set this for GMT.
Thanks.
|
feedback
|
|
One way is by setting the time zone for your session:
MySQL "time zone support" documentation. There's also CONVERT_TZ, which is explained here: MySQL default time format UTC or GMT? | |||||||
feedback
|