Searched refs:tmz (Results 1 – 2 of 2) sorted by relevance
248 struct tm *tm, tmz; in file_fmttime() local261 tm = php_localtime_r(&t, &tmz); in file_fmttime()263 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
3205 - tm = localtime_r(&t, &tmz);3206 + tm = php_localtime_r(&t, &tmz);3208 - tm = gmtime_r(&t, &tmz);3209 + tm = php_gmtime_r(&t, &tmz);
Completed in 13 milliseconds