summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2013-09-20 23:59:24 +0700
committerStuart Bishop <stuart@stuartbishop.net>2013-09-20 23:59:24 +0700
commit49c5b0598e452f6ec92c68f1cd29670203789bea (patch)
tree11d5afe55495c299345f9c60df22989db13863ea
parent5e58939b31cb7e826d50848e0a987e3cfa8d1c71 (diff)
downloadpytz-49c5b0598e452f6ec92c68f1cd29670203789bea.tar.gz
zdump uses UT rather than UTC
-rw-r--r--test_zdump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_zdump.py b/test_zdump.py
index f70173e..957423c 100644
--- a/test_zdump.py
+++ b/test_zdump.py
@@ -30,7 +30,7 @@ def test_suite():
last_zone = None
test_class = None
zdump_line_re = re.compile(r'''(?x)
- ^([^\s]+) \s+ (.+) \s UTC \s+ = \s+ (.+) \s ([^\s]+) \s+ isdst=(0|1)$
+ ^([^\s]+) \s+ (.+) \s UT \s+ = \s+ (.+) \s ([^\s]+) \s+ isdst=(0|1)$
''')
for i in range(0, len(raw_data)):
line = raw_data[i]