mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-05-24 22:42:06 +00:00
062977336a
- Return EPOCH if a zip entry's creation/modification/access time is missing. - If a BasicFileAttributes.*Time method returns null, use 0 as our time. This shouldn't happen, but is a good sanity check. Fixes #371