-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use native ISO 8601 date formatter #29
Comments
uhthomas
changed the title
Use native ISO 8601 date tools
Use native ISO 8601 date formatter
Dec 18, 2023
See: #30 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Swift has native support for ISO 8601 dates. This should probably be used instead to be fully compliant with ISO 8601.
https://developer.apple.com/documentation/foundation/iso8601dateformatter
Fixes jellyfin/jellyfin#10661 and jellyfin/Swiftfin#876
The text was updated successfully, but these errors were encountered: