MySQL CONVERT_TZ() function
MySQL CONVERT_TZ() function converts a given DateTime value from one time zone to another. The CONVERT_TZ() function in MySQL returns the DateTime value converted to the given time zone. If the value provided in the function is invalid, it returns NULL. SyntaxMySQL CONVERT_TZ() function syntax is CO