Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@CorruptComputer
All is fine until around 2038, then the 32 bit time_t will overflow. Some temporary fix is to set the time_t as unsigned, but still this will last until 2106 and cannot work for dates prior to 1970. One long term solution is to set time_t as a 64 bit int
Related Rants
Let's just appreciate the fact the Unix timestamp will reach 1500000000 on july 14th :)
undefined
1970
milestone
timestamp
unix