Convert from one timezone to another (MySQL)
Convert from one timezone to another (MySQL)
Format
CONVERT_TZ(dt,from_tz,to_tz)
Examples
SELECT CONVERT_TZ('2004-01-01 12:00:00','GMT','MET');
SELECT CONVERT_TZ('2004-01-01 12:00:00','+00:00','+10:00');