Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3781 datetime_from_timestamp(PyObject *cls, TM_FUNC f, double timestamp, in datetime_from_timestamp() function
3845 return datetime_from_timestamp(cls, f, dtime, tzinfo); in datetime_best_possible()
3901 self = datetime_from_timestamp(cls, in datetime_fromtimestamp()
3922 result = datetime_from_timestamp(cls, gmtime, timestamp, in datetime_utcfromtimestamp()