Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c573 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
2925 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
2941 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
4086 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
4451 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in datetime_astimezone()
4552 stat = normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us); in datetime_utctimetuple()