Searched refs:_PyTime_gmtime (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
D | pytime.h | 220 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);
|
/third_party/python/Python/ |
D | pytime.c | 1125 _PyTime_gmtime(time_t t, struct tm *tm) in _PyTime_gmtime() function
|
/third_party/python/Modules/ |
D | _datetimemodule.c | 5090 _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()
|
D | timemodule.c | 486 if (_PyTime_gmtime(when, &buf) != 0)
|