Commit 1a47a8e
committed
Revert "Back ZipEntry.DateTime with a real DateTime field instead of DosTime"
This reverts commit 51605f8.
The Zip file format stores date and time in a single 32 bit integer, based on the format used by MS-DOS. Adding accuracy by using a DateTime object won't necessarily result in an accurate date and time.
See http://stackoverflow.com/questions/3725662/what-is-the-earliest-timestamp-value-that-is-supported-in-zip-file-format for further information.
# Conflicts:
# ICSharpCode.SharpZipLib/Zip/ZipEntry.cs1 parent 6250f49 commit 1a47a8e
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
| |||
621 | 620 | | |
622 | 621 | | |
623 | 622 | | |
624 | | - | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
625 | 633 | | |
626 | 634 | | |
627 | 635 | | |
| |||
930 | 938 | | |
931 | 939 | | |
932 | 940 | | |
933 | | - | |
| 941 | + | |
934 | 942 | | |
935 | 943 | | |
936 | 944 | | |
| |||
1155 | 1163 | | |
1156 | 1164 | | |
1157 | 1165 | | |
1158 | | - | |
1159 | 1166 | | |
1160 | 1167 | | |
1161 | 1168 | | |
| |||
0 commit comments