Possible Duplicate:
MySQL CONVERT_TZ()
Does CONVERT_TZ take daylight saving into account?
For example:
CONVERT_TZ('2013-1-1 12:00:00', 'US/Pacific', 'UTC');
I got the correct result, but I am not sure how to test DST scenario.
Possible Duplicate:
MySQL CONVERT_TZ()
Does CONVERT_TZ take daylight saving into account?
For example:
CONVERT_TZ('2013-1-1 12:00:00', 'US/Pacific', 'UTC');
I got the correct result, but I am not sure how to test DST scenario.