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

containertool: Date.now.ISO8601Format is available on Linux on Swift 6.0 #32

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

euanh
Copy link
Collaborator

@euanh euanh commented Oct 24, 2024

Motivation

The convenient Date.now.ISO8601Format() method was not present on Linux in earlier versions of Swift, but is available in Swift 6.0.

Modifications

Use Date.now.ISO8601Format() instead of creating a separate formatter.

Result

No functional change.

Test Plan

Tests continue to pass.

@euanh euanh merged commit 6a94854 into apple:main Oct 24, 2024
19 checks passed
@euanh euanh deleted the swift-6-iso8601format branch October 24, 2024 12:26
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.

1 participant