Home
last modified time | relevance | path

Searched refs:tzusec (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_datetimemodule.c5276 int tzoffset = 0, tzusec = 0; in datetime_fromisoformat() local
5302 &microsecond, &tzoffset, &tzusec); in datetime_fromisoformat()
5308 PyObject *tzinfo = tzinfo_from_isoformat_results(rv, tzoffset, tzusec); in datetime_fromisoformat()