mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
841 stars 260 forks source link

fix that file modification date is stored in wrong format #31

Closed danielmatzke closed 10 years ago

danielmatzke commented 10 years ago

(is: zipInfo.dosDate stores seconds from 1980, should be: MS-DOS date time format. references: http://www.pkware.com/documents/casestudies/APPNOTE.TXT (section 4.4.6) and http://msdn.microsoft.com/en-us/library/windows/desktop/ms724247(v=vs.85).aspx)

jamesanse commented 10 years ago

nice