KazydubB edited a comment on issue #1941: DRILL-7495: Excel Reader Not Parsing Dates Correctly in First Column URL: https://github.com/apache/drill/pull/1941#issuecomment-570269960 @cgivre, while running tests I've encountered the next test failure: ``` [ERROR] Failures: [ERROR] TestExcelFormat.testFileWithDoubleDates:401 1:0 expected:<1412308800000> but was:<1412294400000> [INFO] [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0 ``` Probably, you need to use another `DateUtil.getJavaDate(...)` with `TimeZone` notion, and pass `UTC`, rather than using system time zone.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services