Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-1068

HAS_POST_2038 test is environment-dependent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6.12
    • 1.7.3
    • None
    • None
    • Ubuntu Focal 20.04.3
      libc6=2.31-0ubuntu9.2
      tzdata=2021e-0ubuntu0.20.04
    • Patch

    Description

      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.

      Attachments

        Activity

          People

            georgthegreat Yuriy
            georgthegreat Yuriy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: