Home
last modified time | relevance | path

Searched refs:_dateParser (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dplistlib.py140 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z", re.ASCII) variable
145 gd = _dateParser.match(s).groupdict()

Completed in 2 milliseconds