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 | 1079 _PyTime_gmtime(time_t t, struct tm *tm) in _PyTime_gmtime() function
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 4861 _PyTime_gmtime, in datetime_datetime_now_impl() 4876 return datetime_best_possible(cls, _PyTime_gmtime, Py_None); in datetime_utcnow() 4896 _PyTime_gmtime, in datetime_fromtimestamp() 4914 result = datetime_from_timestamp(cls, _PyTime_gmtime, timestamp, in datetime_utcfromtimestamp() 5680 if (_PyTime_gmtime(timestamp, &utc_time_tm) != 0) in local_timezone_from_timestamp()
|
D | timemodule.c | 487 if (_PyTime_gmtime(when, &buf) != 0) in time_gmtime()
|