USE_LOCALTIME_RZ
#if ! USE_LOCALTIME_RZ
if (USE_LOCALTIME_RZ) {
return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp);