Y
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
tspike
1257 days ago
Sure, unless you count systems in sectors like banking, airlines, or government.
link
lossolo
1257 days ago
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.
link
pantalaimon
1257 days ago
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 …
link