Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ZipFileSystem to prefer NTFS timestamps when present #1449

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

swankjesse
Copy link
Member

They don't have a time bomb in 2038.

They don't have a time bomb in 2038.
val zipFileSystem = fileSystem.openZip(base / "time-winzip.zip")
val fileMetadata = zipFileSystem.metadata("test.txt".toPath())
assertEquals(
Instant.parse("2017-11-01T04:11:57.244Z"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this have an import?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it absolutely should. Why the heck does it compile?

But why didn't the compiler get mad at me?
@swankjesse swankjesse enabled auto-merge (squash) March 4, 2024 16:29
@swankjesse swankjesse merged commit 940496a into master Mar 4, 2024
10 checks passed
@swankjesse swankjesse deleted the jwilson.0303.ntfs branch March 4, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants