Searched refs:_PyTime_gmtime (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/ |
D | pytime.h | 222 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);
|
/external/python/cpython3/Python/ |
D | pytime.c | 1111 _PyTime_gmtime(time_t t, struct tm *tm) in _PyTime_gmtime() function
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 5099 _PyTime_gmtime, in datetime_datetime_now_impl() 5114 return datetime_best_possible(cls, _PyTime_gmtime, Py_None); in datetime_utcnow() 5134 _PyTime_gmtime, in datetime_fromtimestamp() 5152 result = datetime_from_timestamp(cls, _PyTime_gmtime, timestamp, in datetime_utcfromtimestamp() 5919 if (_PyTime_gmtime(timestamp, &utc_time_tm) != 0) in local_timezone_from_timestamp()
|
D | timemodule.c | 481 if (_PyTime_gmtime(when, &buf) != 0)
|