We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parseZonedDateTime breaks on valid ISO 8601 String
It should properly parse any ISO 8601 String per the documentation
This includes functions to parse ISO 8601 strings
It breaks
Add microseconds parsing
No response
Use this string 2024-12-02T07:00:00.000000+02:00 to produce this error
2024-12-02T07:00:00.000000+02:00
Uncaught Error: Invalid ISO 8601 date string: 2024-12-02T07:00:00.000000+02:00
parseZonedDateTime("2024-12-02T07:00:00.000000+02:00")
"@adobe/react-spectrum": "^3.34.1"
Chrome
macOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide a general summary of the issue here
parseZonedDateTime breaks on valid ISO 8601 String
🤔 Expected Behavior?
It should properly parse any ISO 8601 String per the documentation
😯 Current Behavior
It breaks
💁 Possible Solution
Add microseconds parsing
🔦 Context
No response
🖥️ Steps to Reproduce
Use this string
2024-12-02T07:00:00.000000+02:00
to produce this errorparseZonedDateTime("2024-12-02T07:00:00.000000+02:00")
Version
"@adobe/react-spectrum": "^3.34.1"
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
macOS
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: