Searched refs:EPOCH_SECONDS (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ | ||
H A D | _datetimemodule.c | 6375 #define EPOCH_SECONDS (719163LL * 24 * 60 * 60) macro 6401 result = PyFloat_FromDouble(seconds - EPOCH_SECONDS + in datetime_timestamp() |
Completed in 9 milliseconds