Hacker News new | ask | show | jobs
by coffeebeqn 1257 days ago
Aren’t most systems 64-bit by now already? Maybe I’m too optimistic/startup focused
3 comments

Sure, unless you count systems in sectors like banking, airlines, or government.
It doesn't always help, it's about how is epoch defined in code, even on 64 bit system it can be defined as int32 and will overflow.
Most embedded systems are 32 bit. Yea both newlib and picolibc use 64 bit time_t now, but that doesn’t stop people from using 32 bit timestamps anyway …