Thanks to visit codestin.com Credit goes to github.com
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.
2 parents a8803d2 + 6721c7c commit b8a1aebCopy full SHA for b8a1aeb
2 files changed
Doc/library/datetime.rst
@@ -1582,7 +1582,7 @@ Instance methods:
1582
1583
Example:
1584
1585
- >>> from datetime import time, tzinfo
+ >>> from datetime import time, tzinfo, timedelta
1586
>>> class GMT1(tzinfo):
1587
... def utcoffset(self, dt):
1588
... return timedelta(hours=1)
Misc/ACKS
@@ -1704,11 +1704,11 @@ Nickolai Zeldovich
1704
Yuxiao Zeng
1705
Uwe Zessin
1706
Cheng Zhang
1707
-Xiang Zhang
1708
Kai Zhu
1709
Tarek Ziadé
1710
Jelle Zijlstra
1711
Gennadiy Zlobin
1712
Doug Zongker
1713
Peter Åstrand
1714
evilzero
+Dhushyanth Ramasamy
0 commit comments