[ https://issues.apache.org/jira/browse/FLINK-19433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17231480#comment-17231480 ]
Jark Wu commented on FLINK-19433: --------------------------------- Fixed in 1.11.3: 10ad46bb061ac9cd5460bbad5f92d6f11a5eb389 > An Error example of FROM_UNIXTIME function in document > ------------------------------------------------------ > > Key: FLINK-19433 > URL: https://issues.apache.org/jira/browse/FLINK-19433 > Project: Flink > Issue Type: Bug > Components: Documentation, Table SQL / API > Reporter: Kyle Zhang > Assignee: Kyle Zhang > Priority: Major > Labels: pull-request-available > Fix For: 1.12.0, 1.11.3 > > > 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 > {code:java} > 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. > {code} > However, the correct result should be 1970-01-01 00:00:44 in UTC time zone > -- This message was sent by Atlassian Jira (v8.3.4#803005)