zip-rs-wasm/tests
Mathijs van de Nes fce3836059 Better handling of zips with invalid datetimes
The msdos datetime 0x00000000 is invalid. The Windows API would
(rightfully) return an ERROR_INVALID_PARAMETER for this when converting
it. If it is indeed an invalid error, we now return the zip datetime
'epoch' of 1980-01-01 00:00:00.

Resolves issue #61
2018-02-17 20:05:09 +01:00
..
data Add a test for ZIP64 with leading junk. 2017-08-12 14:42:32 -04:00
invalid_date.rs Better handling of zips with invalid datetimes 2018-02-17 20:05:09 +01:00