this post was submitted on 27 Jan 2024
323 points (97.1% liked)
Comics
441 readers
1 users here now
A community for sharing comics related to programming
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It'll be less than that. 2038 is when it will completely hit the fan. However, anything that stores future datetimes could hit it earlier. 10 year product maintenance? You'll start storing out of range dates in just 4 years time.
I used to work on some insurance software that went haywire in 2018 when a 20 year policy was created. That wasn't a fun month for us.
Also, wtf, 2018 was 6 years ago!?
Which is why 64 bit time has been widely adopted and even made to work on 32 bit systems. 2038 is already a problem in some areas and nobody wants Y2K issues again, so people are getting it solved much earlier than last time.