Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In the documentation:https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/functions/systemFunctions.html#temporal-functions
There is an example in FROM_UNIXTIME function
E.g., FROM_UNIXTIME(44) returns '1970-01-01 09:00:44' if in UTC time zone, but returns '1970-01-01 09:00:44' if in 'Asia/Tokyo' time zone.
However, the correct result should be 1970-01-01 00:00:44 in UTC time zone
Attachments
Issue Links
- duplicates
-
FLINK-20101 Fix the wrong documentation of FROM_UNIXTIME function
- Closed
- links to