summaryrefslogtreecommitdiff
path: root/test_zdump.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_zdump.py')
-rw-r--r--test_zdump.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_zdump.py b/test_zdump.py
index 957423c..0a88788 100644
--- a/test_zdump.py
+++ b/test_zdump.py
@@ -30,7 +30,8 @@ def test_suite():
last_zone = None
test_class = None
zdump_line_re = re.compile(r'''(?x)
- ^([^\s]+) \s+ (.+) \s UT \s+ = \s+ (.+) \s ([^\s]+) \s+ isdst=(0|1)$
+ ^([^\s]+) \s+ (.+) \s UT \s+ = \s+ (.+) \s ([^\s]+) \s+
+ isdst=(0|1) \s+ gmtoff=[\-\d]+ \s*$
''')
for i in range(0, len(raw_data)):
line = raw_data[i]