this post was submitted on 27 Jan 2024
292 points (97.7% liked)
Comics
576 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m more worried about 2038-01-19 than I was about the Y2K bug.
Why are people so worried about this? 32 bit systems aren't nearly as prevalent as they used to be
General computers, you’re right… however, embedded systems and custom programs are a whole different story.
Can confirm. I can't give details, but ... yeah. Had to file a card just last month about a uint32_t UTC time value being used in a device-to-cloud message where it will definitely need to be upgraded to a uint64_t before good ol' 2038 comes ...