kurtostfeld opened a new pull request, #22586: URL: https://github.com/apache/flink/pull/22586
Fixes unit test so it will pass regardless of time zone it is run in. Also use a better testing date. I submitted this before, I'm resubmitting with issues fixed. This should follow commit and PR style guides. This is a low priority issue, as the Flink projects only needs unit tests to pass in the CI system, not in other environments in other time zones, but it's helpful to some developers to have this pass, this is very low risk, and this also uses a better test value. The previous code uses `new Date(562423)` which is 9 minutes after the epoch in UTC, and in UTC-5 time zone it's before the epoch of 1970-01-01, and that's a poor test 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