Searched defs:timz (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/loggers/ | ||
H A D | mod_log_config.c | 775 int timz; local 778 timz = xt.tm_gmtoff; 779 if (timz < 0) { 780 timz = -timz; 791 sign, timz / (60*60), (timz % (60*60)) / 60); |
Completed in 1599 milliseconds