Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.2, 1.8.0
-
None
Description
SQL:
Data.+=(("001", "flink", new Timestamp(1545803501000L))) tab...toTable(tEnv, 'a, 'b, 'rowtime2, 'rowtime.rowtime) val sqlQuery = "SELECT rowtime2, rowtime FROM tab"
Result:
2018-12-26 13:51:41.0, 2018-12-26 05:51:41.0
My local time zone is UTC/GMT+08.
Attachments
Issue Links
- is related to
-
FLINK-21617 FLIP-162: Consistent Flink SQL time function behavior
- Resolved
- relates to
-
FLINK-20162 Fix time zone problems for some time related functions
- Closed