Home
last modified time | relevance | path

Searched refs:daysum (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dtimegm.c64 static int daysum[] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334}; variable
74 days = (tm->tm_year - 70) * 365 + num_leap_year + daysum[tm->tm_mon] + in nghttp2_timegm_without_yday()

Completed in 1 milliseconds