Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3784 datetime_from_timestamp(PyObject *cls, TM_FUNC f, double timestamp, in datetime_from_timestamp() function
3848 return datetime_from_timestamp(cls, f, dtime, tzinfo); in datetime_best_possible()
3904 self = datetime_from_timestamp(cls, in datetime_fromtimestamp()
3925 result = datetime_from_timestamp(cls, gmtime, timestamp, in datetime_utcfromtimestamp()
/external/python/cpython3/Modules/
D_datetimemodule.c5041 datetime_from_timestamp(PyObject *cls, TM_FUNC f, PyObject *timestamp, in datetime_from_timestamp() function
5132 self = datetime_from_timestamp(cls, in datetime_fromtimestamp()
5152 result = datetime_from_timestamp(cls, _PyTime_gmtime, timestamp, in datetime_utcfromtimestamp()