Home
last modified time | relevance | path

Searched refs:leap_year (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_posix.c417 int leap_year = timelib_is_leap(year); in calc_transition() local
423 if (leap_year && psi->days >= 60) { in calc_transition()
460 if (d + DAYS_PER_WEEK >= month_lengths[leap_year][psi->mwd.month - 1]) { in calc_transition()
469 value += month_lengths[leap_year][i] * SECS_PER_DAY; in calc_transition()

Completed in 5 milliseconds