W-HRM-1

Message

Reading a timestamp or date value without configured calendar. That's dangerous since the JDBC driver is using the time-zone of the test system in that case.

Mitigation

You can fix this by providing a calendar using 'withCalendar(Calendar)'. For example 'Calendar.getInstance(TimeZone.getTimeZone("UTC"))'.

Source

src/main/java/com/exasol/matcher/ResultSetStructureMatcher.java:306