Home
last modified time | relevance | path

Searched refs:probe_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
4779 probe_seconds = local(epoch + timet - max_fold_seconds); in datetime_from_timet_and_us()
4780 if (probe_seconds == -1) in datetime_from_timet_and_us()
4782 transition = result_seconds - probe_seconds - max_fold_seconds; in datetime_from_timet_and_us()
4784 probe_seconds = local(epoch + timet + transition); in datetime_from_timet_and_us()
4785 if (probe_seconds == -1) in datetime_from_timet_and_us()
4787 if (probe_seconds == result_seconds) in datetime_from_timet_and_us()