D | datetimemodule.c | 693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument 694 new_datetime_ex(y, m, d, hh, mm, ss, us, tzinfo, \ 721 #define new_time(hh, mm, ss, us, tzinfo) \ argument 722 new_time_ex(hh, mm, ss, us, tzinfo, &PyDateTime_TimeType) 1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time() argument 1423 hh, mm, ss, in build_struct_time() 2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local 2918 mm = DATE_GET_MINUTE(dt); in tzinfo_fromutc() 2923 mm += delta; in tzinfo_fromutc() 2924 if ((mm < 0 || mm >= 60) && in tzinfo_fromutc() [all …]
|