Searched refs:timz (Results 1 – 3 of 3) sorted by relevance
426 int timz; in log_request_time() local430 t = ap_get_gmtoff(&timz); in log_request_time()436 char sign = (timz < 0 ? '-' : '+'); in log_request_time()438 if (timz < 0) { in log_request_time()439 timz = -timz; in log_request_time()444 sign, timz / 60, timz % 60); in log_request_time()
3363 int timz; in current_logtime() local3368 t = ap_get_gmtoff(&timz); in current_logtime()3369 sign = (timz < 0 ? '-' : '+'); in current_logtime()3370 if (timz < 0) { in current_logtime()3371 timz = -timz; in current_logtime()3376 sign, timz/60, timz%60); in current_logtime()
192 int timz; in ssl_log() local231 t = ap_get_gmtoff(&timz); in ssl_log()