summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2009-09-29 00:24:15 +0700
committerStuart Bishop <stuart@stuartbishop.net>2009-09-29 00:24:15 +0700
commit58dfdb09160d082c9cc3dbc2b08106010f735dd9 (patch)
tree1c20045da460d56c7d1788f7cbd8aee5bcdb74eb
parentb6cc3a86553823c1cc22700c9f5134106438e8a6 (diff)
downloadpytz-58dfdb09160d082c9cc3dbc2b08106010f735dd9.tar.gz
limit zdump to 1902+ to avoid all pre-1901 transitions
-rw-r--r--gen_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_tests.py b/gen_tests.py
index 82140dc..a195c1c 100644
--- a/gen_tests.py
+++ b/gen_tests.py
@@ -27,7 +27,7 @@ def main():
# the daterange we test against - zdump understands v2 format
# files and will output historical records we can't cope with
# otherwise.
- zd_out, zd_in = popen2.popen2('%s -v -c 1901,2038 %s' % (zdump, zone))
+ zd_out, zd_in = popen2.popen2('%s -v -c 1902,2038 %s' % (zdump, zone))
zd_in.close()
# Skip bogus output on 64bit architectures, per Bug #213816
lines = [