Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2876 tzinfo_fromutc(PyDateTime_TZInfo *self, PyDateTime_DateTime *dt) in tzinfo_fromutc() function
3029 {"fromutc", (PyCFunction)tzinfo_fromutc, METH_O,