Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c5070 long long probe_seconds, result_seconds, transition; in datetime_from_timet_and_us() local
5079 probe_seconds = local(epoch + timet - max_fold_seconds); in datetime_from_timet_and_us()
5080 if (probe_seconds == -1) in datetime_from_timet_and_us()
5082 transition = result_seconds - probe_seconds - max_fold_seconds; in datetime_from_timet_and_us()
5084 probe_seconds = local(epoch + timet + transition); in datetime_from_timet_and_us()
5085 if (probe_seconds == -1) in datetime_from_timet_and_us()
5087 if (probe_seconds == result_seconds) in datetime_from_timet_and_us()

Completed in 18 milliseconds