Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/tz/
Dtz.py882 def __init__(self, stdabbr, stdoffset=None, argument
889 self._std_abbr = stdabbr
1023 if res.stdabbr in ("GMT", "UTC") and not posix_offset:
1029 tzrange.__init__(self, res.stdabbr, res.stdoffset,
/external/python/dateutil/dateutil/parser/
D_parser.py1350 if not res.stdabbr:
1352 res.stdabbr = "".join(l[i:j])