We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0941b09 commit aaca7edCopy full SHA for aaca7ed
Lib/test/test_zoneinfo/test_zoneinfo.py
@@ -432,7 +432,7 @@ def __add__(self, other):
432
subclass = [False, True]
433
434
key = "Europe/London"
435
- zi = self.zone_from_key("Europe/London")
+ zi = self.zone_from_key(key)
436
for zt in self.load_transition_examples(key):
437
if zt.fold and zt.offset_after.utcoffset == ZERO:
438
example = zt.transition_utc.replace(tzinfo=zi)
0 commit comments