Reset ZipEntry timestamps to 2010-01-01 to prevent negative value by takezoe · Pull Request #6254 · sbt/sbt

Due to #5344, sbt sets 0L as timestamp by default. However, it might set a negative value to ZipEntry.mtime depends on the timezone and this causes an issue when we unzip files created by sbt using...