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

It will overflow a 32 bit integer around that time. If you are using a 64 bit representation, then you'll be fine.
32 bit signed integer. Unsigned will be fine for a good while yet.