Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.13.0
Description
Flink SQL> SET table.local-time-zone=UTC+3; Flink SQL> select current_row_timestamp(); [ERROR] Could not execute SQL statement. Reason: java.lang.IllegalArgumentException: The supported Zone ID is either a full name such as 'America/Los_Angeles', or a custom timezone id such as 'GMT-8:00', but configured Zone ID is 'UTC+3'.
The valid zoned should be 'GMT-08:00'