Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c3985 timezone_utcoffset(PyDateTime_TimeZone *self, PyObject *dt) in timezone_utcoffset() function
4033 {"utcoffset", (PyCFunction)timezone_utcoffset, METH_O,