Home
last modified time | relevance | path

Searched refs:EPOCH_SECONDS (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c6375 #define EPOCH_SECONDS (719163LL * 24 * 60 * 60) macro
6401 result = PyFloat_FromDouble(seconds - EPOCH_SECONDS + in datetime_timestamp()

Completed in 16 milliseconds