Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
700 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg) in call_tzinfo_method()
802 PyObject *tzinfo = NULL; in get_tzinfo_member() local
821 call_utc_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg, in call_utc_tzinfo_method()
886 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_utcoffset()
894 offset_as_timedelta(PyObject *tzinfo, char *name, PyObject *tzinfoarg) { in offset_as_timedelta()
927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_dst()
[all …]
/external/curl/lib/
Dparsedate.c94 struct tzinfo { struct
95 char name[5];
96 int offset; /* +/- in minutes */
/external/python/cpython3/Modules/
D_datetimemodule.c692 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
726 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
732 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
739 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
770 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
775 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
906 PyObject *tzinfo = NULL; in get_tzinfo_member() local
924 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method()
974 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset()
988 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst()
[all …]
/external/python/cpython3/Lib/
Ddatetime.py953 class tzinfo: class
1048 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1099 def tzinfo(self): member in time
1304 tzinfo=True, *, fold=None): argument
1335 def __setstate(self, string, tzinfo): argument
1369 microsecond=0, tzinfo=None, *, fold=0): argument
1415 def tzinfo(self): member in datetime
1487 def combine(cls, date, time, tzinfo=True): argument
1578 minute=None, second=None, microsecond=None, tzinfo=True, argument
1911 def __setstate(self, string, tzinfo): argument
/external/python/cpython2/Include/
Ddatetime.h84 PyObject *tzinfo; member
111 PyObject *tzinfo; member
/external/python/cpython3/Include/
Ddatetime.h85 PyObject *tzinfo; member
113 PyObject *tzinfo; member