Home | History | Annotate | Download | only in python2.7

Lines Matching refs:TIMEZONE_RE

122 TIMEZONE_RE = re.compile(r"^([-+])?(\d\d?):?(\d\d)?$")
128 m = TIMEZONE_RE.search(tz)