Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c521 if (_PyTime_localtime(when, &buf) != 0)
747 if (_PyTime_localtime(tt, &buf) != 0)
942 if (_PyTime_localtime(tt, &buf) != 0)
968 if (_PyTime_localtime(tt, &buf) != 0)
1725 _PyTime_localtime(t, &p);
1730 _PyTime_localtime(t, &p);
D_datetimemodule.c2870 if (_PyTime_localtime(t, &tm) != 0) in date_fromtimestamp()
4958 if (_PyTime_localtime(t, &local_time) != 0) in local()
4996 if (tzinfo == Py_None && f == _PyTime_localtime in datetime_from_timet_and_us()
5098 tz == Py_None ? _PyTime_localtime : in datetime_datetime_now_impl()
5133 tzinfo == Py_None ? _PyTime_localtime : in datetime_fromtimestamp()
5898 if (_PyTime_localtime(timestamp, &local_time_tm) != 0) in local_timezone_from_timestamp()
/external/python/cpython3/Include/
Dpytime.h218 PyAPI_FUNC(int) _PyTime_localtime(time_t t, struct tm *tm);
/external/python/cpython3/Python/
Dpytime.c1073 _PyTime_localtime(time_t t, struct tm *tm) in _PyTime_localtime() function
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst381 Introduced platform independent _PyTime_localtime API that is similar to
D3.7.0a1.rst4374 Introduced platform independent _PyTime_localtime API that is similar to
D3.8.0a1.rst7058 range checking for ``_PyTime_localtime`` for AIX Patch by Michael Felt