Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ macro
2927 result = new_datetime(y, m, d, hh, mm, ss, us, dt->tzinfo); in tzinfo_fromutc()
2944 result = new_datetime(y, m, d, hh, mm, ss, us, dt->tzinfo); in tzinfo_fromutc()
4090 return new_datetime(year, month, day, in add_datetime_timedelta()
4455 result = new_datetime(y, m, d, hh, mm, ss, us, tzinfo); in datetime_astimezone()
4844 x = new_datetime(1, 1, 1, 0, 0, 0, 0, Py_None); in initdatetime()
4849 x = new_datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, Py_None); in initdatetime()