Home
last modified time | relevance | path

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

/curl/lib/
H A Dparsedate.c288 int leap_days = year - (mon <= 1); in time2epoch() local
289 leap_days = ((leap_days / 4) - (leap_days / 100) + (leap_days / 400) in time2epoch()
292 + leap_days + month_days_cumulative[mon] + mday - 1) * 24 in time2epoch()

Completed in 9 milliseconds