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

NSISO8601DateFormatter generates noncompliant strings #340

Closed
kevinpeizner opened this issue Oct 26, 2023 · 1 comment
Closed

NSISO8601DateFormatter generates noncompliant strings #340

kevinpeizner opened this issue Oct 26, 2023 · 1 comment

Comments

@kevinpeizner
Copy link

The NSISO8601DateFormatter class generates date strings that are not compliant with the ISO8601 specification when the format option NSISO8601DateFormatWithColonSeparatorInTimeZone is used.

This option is used when specifying the formatting option NSISO8601DateFormatWithInternetDateTime which is also used by default.

A fix for this issue can be found here: #339

@rfm
Copy link
Contributor

rfm commented Nov 14, 2023

Should be working now, thanks.

@rfm rfm closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants