Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2881 tzinfo_fromutc(PyDateTime_TZInfo *self, PyDateTime_DateTime *dt) in tzinfo_fromutc() function
3034 {"fromutc", (PyCFunction)tzinfo_fromutc, METH_O,
/external/python/cpython3/Modules/
D_datetimemodule.c3662 tzinfo_fromutc(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_fromutc() function
3803 {"fromutc", (PyCFunction)tzinfo_fromutc, METH_O,