Closed dannflor closed 2 weeks ago
Describe the bug using AT TIME ZONE fails to parse on 5.3.3
Database Engine PostgreSQL
To Reproduce SELECT start_time AT TIME ZONE 'UTC' AS start_time FROM my_table
SELECT start_time AT TIME ZONE 'UTC' AS start_time FROM my_table
Expected behavior This is valid PostgreSQL and should parse.
Additional context 'UTC' could also be a variable, not just a literal
Describe the bug using AT TIME ZONE fails to parse on 5.3.3
Database Engine PostgreSQL
To Reproduce
SELECT start_time AT TIME ZONE 'UTC' AS start_time FROM my_table
Expected behavior This is valid PostgreSQL and should parse.
Additional context 'UTC' could also be a variable, not just a literal