Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c3649 static PyObject *datetime_utcoffset(PyObject *self, PyObject *);
3670 off = datetime_utcoffset(dt, NULL); in tzinfo_fromutc()
5339 datetime_utcoffset(PyObject *self, PyObject *unused) { in datetime_utcoffset() function
5427 offset1 = datetime_utcoffset(left, NULL); in datetime_subtract()
5430 offset2 = datetime_utcoffset(right, NULL); in datetime_subtract()
5643 result = datetime_utcoffset(flip_dt, NULL); in get_flip_fold_offset()
5714 offset1 = datetime_utcoffset(self, NULL); in datetime_richcompare()
5717 offset2 = datetime_utcoffset(other, NULL); in datetime_richcompare()
5802 offset = datetime_utcoffset(self0, NULL); in datetime_hash()
6382 {"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARGS,