mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-08 04:52:52 +00:00

- 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