Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c1200 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset() function
1374 offset = call_utcoffset(tzinfo, tzinfoarg); in format_utcoffset()
4258 return call_utcoffset(GET_TIME_TZINFO(self), Py_None); in time_utcoffset()
5340 return call_utcoffset(GET_DT_TZINFO(self), self); in datetime_utcoffset()
6029 offset = call_utcoffset(self_tzinfo, (PyObject *)self); in datetime_astimezone()
6247 offset = call_utcoffset(tzinfo, (PyObject *)self); in datetime_utctimetuple()