[System.IO.Compression] Fixed Zip entries with unset last write time to return the...
authorJoão Matos <joao@tritao.eu>
Fri, 17 Jun 2016 17:19:19 +0000 (18:19 +0100)
committerJoão Matos <joao@tritao.eu>
Fri, 17 Jun 2016 17:23:05 +0000 (18:23 +0100)
commitbd938a4818edeaf72f3c1511dde976a20f9fc046
tree44daa0bf13df79a3f89888c560c8d01c1888ad5c
parent15fedcada9e4cbad652c623e9d5bb4fd591d457b
[System.IO.Compression] Fixed Zip entries with unset last write time to return the same as .NET.

.NET on Windows returns a fixed date for this, replicate the same behaviour in Mono.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=40916.

See also: https://github.com/NuGet/Home/issues/2518
mcs/class/System.IO.Compression/SharpCompress/Common/Zip/ZipEntry.cs
mcs/class/System.IO.Compression/Test/System.IO.Compression/ZipTest.cs
mcs/class/System.IO.Compression/test.nupkg [new file with mode: 0644]