__gmtime_r_fallback
return __gmtime_r_fallback(inTime, tmOut);
extern "C" struct tm* __gmtime_r_fallback(const time_t* timep, struct tm* tmp);