freastro opened a new pull request, #206:
URL: https://github.com/apache/calcite-avatica/pull/206

   The `DateTimeUtilsTest.testSqlDateToUnixDateWithCustomCalendar` test fails 
in the Europe/London time zone. The issue is due to the use of 
`TimeZone.setRawOffset(int)` which expects the provided value to be the offset 
from GMT, but the test provides the offset from UTC.
   
   I tested the fix in several time zones and they all passed.


-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to