Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpytime.h220 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);
/third_party/python/Python/
Dpytime.c1125 _PyTime_gmtime(time_t t, struct tm *tm) in _PyTime_gmtime() function
/third_party/python/Modules/
D_datetimemodule.c5090 _PyTime_gmtime, in datetime_datetime_now_impl()
5105 return datetime_best_possible(cls, _PyTime_gmtime, Py_None); in datetime_utcnow()
5125 _PyTime_gmtime, in datetime_fromtimestamp()
5143 result = datetime_from_timestamp(cls, _PyTime_gmtime, timestamp, in datetime_utcfromtimestamp()
5910 if (_PyTime_gmtime(timestamp, &utc_time_tm) != 0) in local_timezone_from_timestamp()
Dtimemodule.c486 if (_PyTime_gmtime(when, &buf) != 0)