[go: up one dir, main page]

Menu

#59 timestamps beyond 2036 do not work

None
closed-fixed
None
5
2024-11-10
2023-10-23
No

As I found in https://sourceforge.net/p/xindy/bugs/65/
date -u -d @2085978495
2036-02-07T06:28:15 UTC
is the highest timestamp that can be represented as 32-bit unsigned integer counting seconds since 1900-01-01
This is comparable to the year 2038 problem where UNIX' signed int32 time_t overflows after reaching 0x7fffffff.

This affects 64-bit systems as well.

Discussion

  • Bruno Haible

    Bruno Haible - 2024-11-10
    • status: open --> closed-fixed
    • assigned_to: Bruno Haible
    • Group: -->
     

Log in to post a comment.