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 5afd441 commit 4991490Copy full SHA for 4991490
Doc/library/zipfile.rst
@@ -848,7 +848,8 @@ Instances have the following methods and attributes:
848
1980. While some extra field formats (such as UNIX timestamps) can represent
849
earlier dates, this attribute only returns the central directory timestamp.
850
851
- CPython interprets this timestamp as representing local time, not UTC.
+ The central directory timestamp is interpreted as representing local
852
+ time, rather than UTC time, to match the behavior of other zip tools.
853
854
855
.. attribute:: ZipInfo.compress_type
0 commit comments