Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8353 Add support for timezones
  3. FLINK-9948

JSON format does not convert timestamps correctly

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Table SQL / Ecosystem
    • None

    Description

      Currently, the JSON format supports timestamps in the UTC timezone "1990-10-14T12:12:43Z". However, the conversion in the current implementation is not correct since timestamps in SQL do not contain a timezone and depend on the local timezone of the JVM. Casting a rowtime into a string results in an undesired offset at the moment. Fixing this problem might depend on the bigger issue of proper timezone support.

      Attachments

        Activity

          People

            Unassigned Unassigned
            twalthr Timo Walther
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: