Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-22525

The zone id in exception message should be GMT+08:00 instead of GMT+8:00

    XMLWordPrintableJSON

Details

    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'

      Attachments

        Activity

          People

            leonard Leonard Xu
            leonard Leonard Xu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: