Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dtimefuncs.h17 PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
/external/python/cpython2/Modules/
Dtimemodule.c103 _PyTime_DoubleToTimet(double x) in _PyTime_DoubleToTimet() function
278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert()
606 tt = _PyTime_DoubleToTimet(dt); in time_ctime()
Ddatetimemodule.c2320 t = _PyTime_DoubleToTimet(ts); in date_local_from_time_t()
3788 timet = _PyTime_DoubleToTimet(timestamp); in datetime_from_timestamp()
/external/python/cpython2/PC/os2emx/
Dpython27.def1309 "_PyTime_DoubleToTimet"
/external/python/cpython2/Misc/
DHISTORY3597 - Private function _PyTime_DoubleToTimet added, to convert a Python