Home
last modified time | relevance | path

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

/external/curl/lib/
Dparsedate.c293 int month, year, leap_days; in my_timegm() local
311 leap_days = year - (tm->tm_mon <= 1); in my_timegm()
312 leap_days = ((leap_days / 4) - (leap_days / 100) + (leap_days / 400) in my_timegm()
316 + leap_days + month_days_cumulative [month] + tm->tm_mday - 1) * 24 in my_timegm()