Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/
Dutils.py13 def today(tzinfo=None): argument
29 def default_tzinfo(dt, tzinfo): argument
/external/curl/lib/
Dparsedate.c120 struct tzinfo { struct
128 static const struct tzinfo tz[]= { argument
/external/python/cpython3/Modules/
D_datetimemodule.c1174 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
1207 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
1213 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
1252 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex()
1272 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex()
1282 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1312 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
1317 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1322 PyObject *tzinfo, int fold, PyObject *cls) in new_time_subclass_fold_ex()
1471 PyObject *tzinfo = NULL; in get_tzinfo_member() local
[all …]
Dtimemodule.c1823 TIME_ZONE_INFORMATION tzinfo = {0}; in init_timezone() local
/external/python/cpython3/Lib/
D_pydatetime.py1233 class tzinfo: class
1350 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1411 def tzinfo(self): member in time
1621 tzinfo=True, *, fold=None): argument
1654 def __setstate(self, string, tzinfo): argument
1689 microsecond=0, tzinfo=None, *, fold=0): argument
1745 def tzinfo(self): member in datetime
1839 def combine(cls, date, time, tzinfo=True): argument
1961 minute=None, second=None, microsecond=None, tzinfo=True, argument
2280 def __setstate(self, string, tzinfo): argument
/external/python/cpython3/Modules/_testcapi/
Ddatetime.c379 PyObject *tsargs = NULL, *ts = NULL, *tzinfo = Py_None, *rv = NULL; in get_datetime_fromtimestamp() local
429 PyObject *tzinfo = PyDateTime_DATE_GET_TZINFO(obj); in test_PyDateTime_DATE_GET() local
441 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET() local
/external/python/cpython3/Modules/clinic/
D_datetimemodule.c.h219 PyObject *tzinfo = HASTZINFO(self) ? self->tzinfo : Py_None; in datetime_time_replace() local
406 PyObject *tzinfo = HASTZINFO(self) ? self->tzinfo : Py_None; in datetime_datetime_replace() local
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dos.h238 TIME_ZONE_INFORMATION tzinfo; variable
/external/python/cpython3/Include/
Ddatetime.h85 PyObject *tzinfo; member
113 PyObject *tzinfo; member
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
Dwell_known_types.py235 def ToDatetime(self, tzinfo=None): argument
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
Dwell_known_types.py235 def ToDatetime(self, tzinfo=None): argument
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
Dwell_known_types.py235 def ToDatetime(self, tzinfo=None): argument
/external/python/asn1crypto/asn1crypto/
Dutil.py601 def tzinfo(self): member in extended_datetime