day                18 http/ngx_http_parse_time.c     ngx_uint_t   day, year, hour, min, sec;
day                31 http/ngx_http_parse_time.c     day = 32;
day                60 http/ngx_http_parse_time.c         day = (*p - '0') * 10 + *(p + 1) - '0';
day               156 http/ngx_http_parse_time.c         day = *p++ - '0';
day               163 http/ngx_http_parse_time.c             day = day * 10 + *p++ - '0';
day               225 http/ngx_http_parse_time.c     if (day == 29 && month == 1) {
day               230 http/ngx_http_parse_time.c     } else if (day > mday[month]) {
day               257 http/ngx_http_parse_time.c             + day - 1