/ Published in: MySQL
URL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_convert-tz
Converts a date or time from one timezone to another.
Expand |
Embed | Plain Text
SELECT CONVERT_TZ(mydatefield,'US/Pacific','CET') FROM mytable;
You need to login to post a comment.
