Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/protorpclite/
Dutil.py52 _TIME_ZONE_RE = re.compile(_TIME_ZONE_RE_STRING, re.IGNORECASE | re.VERBOSE) variable
256 time_zone_match = _TIME_ZONE_RE.search(encoded_datetime)