-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get ZipFileSystem to prefer NTFS timestamps when present (#1449)
* Get ZipFileSystem to prefer NTFS timestamps when present They don't have a time bomb in 2038. * Add a missing import But why didn't the compiler get mad at me?
- Loading branch information
1 parent
2c0d99e
commit 940496a
Showing
9 changed files
with
243 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The files in this directory are copied from Go: | ||
https://go.dev/ | ||
|
||
These files are subject to the 3-Clause BSD License: | ||
https://github.com/golang/go/blob/master/LICENSE |
Binary file added
BIN
+150 Bytes
okio-testing-support/src/commonMain/resources/go/src/archive/zip/testdata/time-winzip.zip
Binary file not shown.
Binary file added
BIN
+22 Bytes
okio-testing-support/src/commonMain/resources/okio/zipfilesystem/emptyZip.zip
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.