Y2K38: When Unix time runs out
Unix time counts the time elapsed in seconds since January 1, 1970. The time_t data type used for this on a 32-bit Unix of the 1970s is defined as a signed 32-bit integer and has a maximum value of 2,147,483,647 or 231-1. On all compatible Unix and Unix-like systems of the following decades, the number […]