|
|
|
|
|
by unregistereddev
286 days ago
|
|
That is not specific to 32-bit system architectures. The 2038 problem is specific to timestamps that are represented as milliseconds since the Unix epoch and are stored in a 32-bit integer. It's quite possible (and common) to deal with 64-bit integers on a 32-bit system architecture. I am also surprised how little attention the 2038 problem gets. However, I also wonder how big a problem it is. We've known about it for years and all the software I've touched is not susceptible to it. |
|
[1]: https://perldoc.perl.org/Time::Piece#Use-of-epoch-seconds