Searched refs:day_cor (Results 1 – 1 of 1) sorted by relevance
642 static const unsigned char day_cor[] = { /* non-leap */ variable683 day = 31 * r->month - day_cor[r->month - 1]; in tm_isdst()687 monlen = 31 + day_cor[r->month - 1] - day_cor[r->month]; in tm_isdst()
Completed in 4 milliseconds