Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c5003 long long probe_seconds, result_seconds, transition; in datetime_from_timet_and_us() local
5005 result_seconds = utc_to_seconds(year, month, day, in datetime_from_timet_and_us()
5011 transition = result_seconds - probe_seconds - max_fold_seconds; in datetime_from_timet_and_us()
5016 if (probe_seconds == result_seconds) in datetime_from_timet_and_us()