Home
last modified time | relevance | path

Searched refs:_RE_TIMEZONE (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/list/
Dinstance.py75 _RE_TIMEZONE = re.compile(r"^(?P<time>[0-9\-\.:T]*)(?P<timezone>[+-]\d+:\d+)$") variable
270 match = _RE_TIMEZONE.match(start_time)