Home
last modified time | relevance | path

Searched refs:result_seconds (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_datetimemodule.c4774 long long probe_seconds, result_seconds, transition; in datetime_from_timet_and_us() local
4776 result_seconds = utc_to_seconds(year, month, day, in datetime_from_timet_and_us()
4782 transition = result_seconds - probe_seconds - max_fold_seconds; in datetime_from_timet_and_us()
4787 if (probe_seconds == result_seconds) in datetime_from_timet_and_us()