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 c4ce0c6 commit 217b831Copy full SHA for 217b831
Doc/library/zipfile.rst
@@ -528,7 +528,8 @@ ZipFile Objects
528
529
.. versionchanged:: 3.14
530
Now respects the :envvar:`SOURCE_DATE_EPOCH` environment variable. If set, it uses this
531
- value as the modification timestamp for the file written into the ZIP archive.
+ value as the modification timestamp for the file written into the ZIP archive,
532
+ instead of using the current time.
533
534
.. method:: ZipFile.mkdir(zinfo_or_directory, mode=511)
535
0 commit comments