/external/python/dateutil/dateutil/ |
D | utils.py | 13 def today(tzinfo=None): argument 29 def default_tzinfo(dt, tzinfo): argument
|
/external/curl/lib/ |
D | parsedate.c | 120 struct tzinfo { struct 128 static const struct tzinfo tz[]= { argument
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1174 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 …]
|
D | timemodule.c | 1823 TIME_ZONE_INFORMATION tzinfo = {0}; in init_timezone() local
|
/external/python/cpython3/Lib/ |
D | _pydatetime.py | 1233 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/ |
D | datetime.c | 379 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.h | 219 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/ |
D | os.h | 238 TIME_ZONE_INFORMATION tzinfo; variable
|
/external/python/cpython3/Include/ |
D | datetime.h | 85 PyObject *tzinfo; member 113 PyObject *tzinfo; member
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
|
D | well_known_types.py | 235 def ToDatetime(self, tzinfo=None): argument
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
|
D | well_known_types.py | 235 def ToDatetime(self, tzinfo=None): argument
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
|
D | well_known_types.py | 235 def ToDatetime(self, tzinfo=None): argument
|
/external/python/asn1crypto/asn1crypto/ |
D | util.py | 601 def tzinfo(self): member in extended_datetime
|