Searched defs:timz (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_config.c775 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