Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c891 const char *tzinfo_pos = p; in parse_isoformat_time() local
893 if (*tzinfo_pos == 'Z' || *tzinfo_pos == '+' || *tzinfo_pos == '-') { in parse_isoformat_time()
896 } while (++tzinfo_pos < p_end); in parse_isoformat_time()
898 int rv = parse_hh_mm_ss_ff(dtstr, tzinfo_pos, hour, minute, second, in parse_isoformat_time()
904 else if (tzinfo_pos == p_end) { in parse_isoformat_time()
916 if (*tzinfo_pos == 'Z') { in parse_isoformat_time()
920 if (*(tzinfo_pos + 1) != '\0') { in parse_isoformat_time()
927 int tzsign = (*tzinfo_pos in parse_isoformat_time()
[all...]

Completed in 6 milliseconds