File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -819,16 +819,16 @@ Instances have the following methods and attributes:
819819
820820 The time and date of the last modification to the archive member. This is a
821821 tuple of six values representing the "last mod file time" and "last mod file date"
822- fields from the ZIP file's central directory.
823-
822+ fields from the ZIP file's central directory.
823+
824824 .. note ::
825-
825+
826826 The ZIP format supports multiple timestamp fields in different locations
827827 (central directory, extra fields for NTFS/UNIX systems, etc.). This attribute
828828 specifically returns the timestamp from the central directory. Future Python
829829 versions may use alternative timestamp sources if they provide better accuracy
830830 or precision.
831-
831+
832832 The tuple contains:
833833
834834 +-------+--------------------------+
@@ -849,8 +849,8 @@ Instances have the following methods and attributes:
849849
850850 .. note ::
851851
852- The central directory timestamp format in ZIP files does not support
853- timestamps before 1980. While some extra field formats (such as UNIX
852+ The central directory timestamp format in ZIP files does not support
853+ timestamps before 1980. While some extra field formats (such as UNIX
854854 timestamps) can represent earlier dates, this attribute only returns
855855 the central directory timestamp.
856856
You can’t perform that action at this time.
0 commit comments