Instances of the ZipInfo class are returned by the getinfo() and infolist() methods of ZipFile objects. Each object stores information about a single member of the ZIP archive.
Instances have the following attributes:
Index | Value |
---|---|
0 |
Year |
1 |
Month (one-based) |
2 |
Day of month (one-based) |
3 |
Hours (zero-based) |
4 |
Minutes (zero-based) |
5 |
Seconds (zero-based) |