hour              281 core/ngx_times.c     ngx_uint_t  n, sec, min, hour, mday, mon, year, wday, days, leap;
hour              294 core/ngx_times.c     hour = n / 3600;
hour              362 core/ngx_times.c     tp->ngx_tm_hour = (ngx_tm_hour_t) hour;
hour               18 http/ngx_http_parse_time.c     ngx_uint_t   day, year, hour, min, sec;
hour              179 http/ngx_http_parse_time.c     hour = (*p - '0') * 10 + *(p + 1) - '0';
hour              221 http/ngx_http_parse_time.c     if (hour > 23 || min > 59 || sec > 59) {
hour              264 http/ngx_http_parse_time.c             - 719527 + 31 + 28) * 86400 + hour * 3600 + min * 60 + sec;