mon               281 core/ngx_times.c     ngx_uint_t  n, sec, min, hour, mday, mon, year, wday, days, leap;
mon               332 core/ngx_times.c     mon = (yday + 31) * 10 / 306;
mon               336 core/ngx_times.c     mday = yday - (367 * mon / 12 - 30) + 1;
mon               341 core/ngx_times.c         mon -= 10;
mon               351 core/ngx_times.c         mon += 2;
mon               364 core/ngx_times.c     tp->ngx_tm_mon = (ngx_tm_mon_t) mon;