Lines Matching refs:zones
40 """Writes the list of zones that ZoneCompactor should process."""
42 zones = []
49 zones.append(fields[2])
51 zones.append(fields[1])
52 zones.sort()
57 for zone in zones:
97 path = "/time-zones/repository/releases/%s" % data_filename
144 # See http://www.iana.org/time-zones/ for more about the source of this data.
164 http.request("GET", "/time-zones")
167 m = re.compile('.*href="/time-zones/repository/releases/(tzdata20\d\d\c\.tar\.gz)".*').match(line)