mday              281 core/ngx_times.c     ngx_uint_t  n, sec, min, hour, mday, mon, year, wday, days, leap;
mday              336 core/ngx_times.c     mday = yday - (367 * mon / 12 - 30) + 1;
mday              363 core/ngx_times.c     tp->ngx_tm_mday = (ngx_tm_mday_t) mday;
mday               11 http/ngx_http_parse_time.c static ngx_uint_t  mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
mday              230 http/ngx_http_parse_time.c     } else if (day > mday[month]) {