SQL Reference
TIMEZONE
timezone(ts, col1)
Section titled “timezone(ts, col1)”- ts: VARCHAR
- col1: TIME WITH TIME ZONE
Example
Section titled “Example”SELECT timezone(timestamp '2021-08-03 11:59:44.123456');SQL Reference
SELECT timezone(timestamp '2021-08-03 11:59:44.123456');