Home
last modified time | relevance | path

Searched defs:tzinfo (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Dparsedate.c120 struct tzinfo { struct
128 static const struct tzinfo tz[]= { argument
/third_party/python/Modules/
D_datetimemodule.c892 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
926 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
932 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
938 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex()
963 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex()
973 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1004 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
1009 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1136 PyObject *tzinfo = NULL; in get_tzinfo_member() local
1154 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method()
[all …]
Dtimemodule.c1728 TIME_ZONE_INFORMATION tzinfo = {0}; local
D_testcapimodule.c2763 PyObject *tsargs = NULL, *ts = NULL, *tzinfo = Py_None, *rv = NULL; in get_datetime_fromtimestamp() local
2815 PyObject *tzinfo = PyDateTime_DATE_GET_TZINFO(obj); in test_PyDateTime_DATE_GET() local
2829 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET() local
/third_party/python/Lib/
Ddatetime.py1114 class tzinfo: class
1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1300 def tzinfo(self): member in time
1506 tzinfo=True, *, fold=None): argument
1537 def __setstate(self, string, tzinfo): argument
1572 microsecond=0, tzinfo=None, *, fold=0): argument
1628 def tzinfo(self): member in datetime
1708 def combine(cls, date, time, tzinfo=True): argument
1824 minute=None, second=None, microsecond=None, tzinfo=True, argument
2146 def __setstate(self, string, tzinfo): argument
/third_party/python/Include/
Ddatetime.h85 PyObject *tzinfo; member
113 PyObject *tzinfo; member