Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3817 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible() function
3868 self = datetime_best_possible(cls, in datetime_now()
3886 return datetime_best_possible(cls, gmtime, Py_None); in datetime_utcnow()
/external/python/cpython3/Modules/
D_datetimemodule.c5059 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible() function
5097 self = datetime_best_possible((PyObject *)type, in datetime_datetime_now_impl()
5114 return datetime_best_possible(cls, _PyTime_gmtime, Py_None); in datetime_utcnow()