Searched refs:tmz (Results 1 – 2 of 2) sorted by relevance
238 struct tm *tm, tmz; in file_fmttime() local251 tm = php_localtime_r(&t, &tmz); in file_fmttime()253 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
3747 - tm = localtime_r(&t, &tmz);3748 + tm = php_localtime_r(&t, &tmz);3750 - tm = gmtime_r(&t, &tmz);3751 + tm = php_gmtime_r(&t, &tmz);
Completed in 12 milliseconds