You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimeZone.setDefault(TimeZone.getTimeZone("Europe/Helsinki")); is used to modify JVM timezone in test classes StreamingTestUtil, evalTest and relativeTimeTest.
Tests should not change the JVM values.
The text was updated successfully, but these errors were encountered:
Description
TimeZone.setDefault(TimeZone.getTimeZone("Europe/Helsinki"));
is used to modify JVM timezone in test classesStreamingTestUtil
,evalTest
andrelativeTimeTest
.Tests should not change the JVM values.
The text was updated successfully, but these errors were encountered: