Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c929 int tzhour = 0, tzminute = 0, tzsecond = 0; in parse_isoformat_time() local
930 rv = parse_hh_mm_ss_ff(tzinfo_pos, p_end, &tzhour, &tzminute, &tzsecond, in parse_isoformat_time()
933 *tzoffset = tzsign * ((tzhour * 3600) + (tzminute * 60) + tzsecond); in parse_isoformat_time()

Completed in 10 milliseconds