snuyanzin commented on code in PR #25759: URL: https://github.com/apache/flink/pull/25759#discussion_r1876395939
########## 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: that was the thing I initially tried to suggest however need to be sure that after test stream finishes the timezone should be reset to the initial value -- 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