georgthegreat opened a new pull request #980:
URL: https://github.com/apache/orc/pull/980


   On my machine (Ubuntu Bionic, libc6=2.31-0ubuntu9.2, 
tzdata=2021e-0ubuntu0.20.04) the following results are returned by strptime:
   
   ```
   time2037.tm_hour = 13; // weird
   time2038.tm_hour = 12; // correct
   ```
   
   This results in time difference 31532400 (which is 3600 less than expected). 
Some other configurations give the expected result, thus making the build 
variable to flap during sequential builds on different systems.
   
   Since this is just a basic test, I suggest relaxing it a bit in order to 
make it stable.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to