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