Skip to content

Commit 217b831

Browse files
Wulian233vstinner
andauthored
Update Doc/library/zipfile.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent c4ce0c6 commit 217b831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/zipfile.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,8 @@ ZipFile Objects
528528

529529
.. versionchanged:: 3.14
530530
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.
531+
value as the modification timestamp for the file written into the ZIP archive,
532+
instead of using the current time.
532533

533534
.. method:: ZipFile.mkdir(zinfo_or_directory, mode=511)
534535

0 commit comments

Comments
 (0)