Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c249 days_before_month(int year, int month) in days_before_month() function
371 return days_before_year(year) + days_before_month(year, month) + day; in ymd_to_ord()
1783 days_before_month(y, m) + d, in build_struct_time()

Completed in 11 milliseconds