Open bysnack opened 4 years ago
Avoid the year 2038 problem
Replace the types of all the variables used to represent UNIX timestamps with the 64 bit unsigned integer type from the standard library
Motivation
Avoid the year 2038 problem
Specification
Replace the types of all the variables used to represent UNIX timestamps with the 64 bit unsigned integer type from the standard library