convert timezone mysql code example
Example: convert_tz mysql
CONVERT_TZ(datetime, from_tz, to_tz)
Example:
SELECT CONVERT_TZ('2031-09-21 02:42:14', 'UTC', 'America/New_York');
output: 2031-09-20 22:42:14
CONVERT_TZ(datetime, from_tz, to_tz)
Example:
SELECT CONVERT_TZ('2031-09-21 02:42:14', 'UTC', 'America/New_York');
output: 2031-09-20 22:42:14