Y
Hacker News
new
|
ask
|
show
|
jobs
by
oblio
3059 days ago
Furthermore, won't Unix time, the most common format, blow up in 2038?
1 comments
uiri
3059 days ago
It will overflow a 32 bit integer around that time. If you are using a 64 bit representation, then you'll be fine.
link
ksrm
3059 days ago
32 bit signed integer. Unsigned will be fine for a good while yet.
link