Searched refs:datetime_astimezone (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Ddatetimemodule.c4412 datetime_astimezone(PyDateTime_DateTime *self, PyObject *args, PyObject *kw) function
4665 {"astimezone", (PyCFunction)datetime_astimezone, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Modules/
H A D_datetimemodule.c5154 datetime_astimezone(PyDateTime_DateTime *self, PyObject *args, PyObject *kw) function
5537 {"astimezone", (PyCFunction)datetime_astimezone, METH_VARARGS | METH_KEYWORDS,

Completed in 91 milliseconds