File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -818,16 +818,14 @@ Instances have the following methods and attributes:
818818.. attribute :: ZipInfo.date_time
819819
820820 The time and date of the last modification to the archive member. This is a
821- tuple of six values representing the "last mod file time" and "last mod file date"
821+ tuple of six values representing the "last [modified] file time" and "last [modified] file date"
822822 fields from the ZIP file's central directory.
823823
824824 .. note ::
825825
826826 The ZIP format supports multiple timestamp fields in different locations
827827 (central directory, extra fields for NTFS/UNIX systems, etc.). This attribute
828- specifically returns the timestamp from the central directory. Future Python
829- versions may use alternative timestamp sources if they provide better accuracy
830- or precision.
828+ specifically returns the timestamp from the central directory.
831829
832830 The tuple contains:
833831
You can’t perform that action at this time.
0 commit comments