Searched refs:_RE_TIMEZONE (Results 1 – 1 of 1) sorted by relevance
75 _RE_TIMEZONE = re.compile(r"^(?P<time>[0-9\-\.:T]*)(?P<timezone>[+-]\d+:\d+)$") variable270 match = _RE_TIMEZONE.match(start_time)