jnh5y commented on code in PR #25759: URL: https://github.com/apache/flink/pull/25759#discussion_r1876356970
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/TimeFunctionsITCase.java: ########## @@ -432,15 +435,17 @@ private Stream<TestSetSpec> temporalOverlapsTestCases() { } private Stream<TestSetSpec> ceilTestCases() { + TimeZone.setDefault(TimeZone.getTimeZone("UTC")); return Stream.of( TestSetSpec.forFunction(BuiltInFunctionDefinitions.FLOOR) .onFieldsWithData( // https://issues.apache.org/jira/browse/FLINK-17224 Review Comment: @hanyuzheng7 can you read this ticket and see if we should update this comment? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org