Searched refs:datetime_from_timestamp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 3784 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.c | 4803 datetime_from_timestamp(PyObject *cls, TM_FUNC f, PyObject *timestamp, in datetime_from_timestamp() function 4894 self = datetime_from_timestamp(cls, in datetime_fromtimestamp() 4914 result = datetime_from_timestamp(cls, _PyTime_gmtime, timestamp, in datetime_utcfromtimestamp()
|