Currently the following files in src/time:
ctime.cpp ctime_r.cpp ctime_s.cpp
Do this check:
*t_ptr > cpp::numeric_limits<int32_t>::max()
time_t may not be a 32 bit number, and making this check may cause problems in approximately 14 years:
2038 Problem