##Syntax: ##CONVERT_TZ(datetime, from_tz, to_tz) SELECT CONVERT_TZ('2008-05-15 12:00:00','+00:00','+10:00'); ##Output: 2008-05-15 22:00:00