Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c634 _asctime(struct tm *timeptr) in _asctime() function
677 return _asctime(&buf); in time_asctime()
715 return _asctime(buf); in time_ctime()
/external/python/cpython3/Modules/
Dtimemodule.c912 _asctime(struct tm *timeptr) function
951 return _asctime(&buf);
970 return _asctime(&buf);
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst31 Rewrite time.asctime() and time.ctime(). Backport and adapt the _asctime()