You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Yuriy (Jira)" <ji...@apache.org> on 2021/12/28 14:53:00 UTC

[jira] [Created] (ORC-1068) HAS_POST_2038 test is environment-dependent

Yuriy created ORC-1068:
--------------------------

             Summary: HAS_POST_2038 test is environment-dependent
                 Key: ORC-1068
                 URL: https://issues.apache.org/jira/browse/ORC-1068
             Project: ORC
          Issue Type: Bug
    Affects Versions: 1.6.12
         Environment: Ubuntu Focal 20.04.3
libc6=2.31-0ubuntu9.2
tzdata=2021e-0ubuntu0.20.04
            Reporter: Yuriy


On my machine 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)