You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a date has a lowercase 't' between the date and time instead of uppercase 'T', Luxon's DateTime.fromISO() does not parse correctly while the built in javascript Date.parse() does.
NOTE: Per [[ABNF](https://www.rfc-editor.org/rfc/rfc3339#ref-ABNF)] and ISO8601, the "T" and "Z" characters in this
syntax may alternatively be lower case "t" or "z" respectively.
To Reproduce
Please share a minimal code example that triggers the problem:
Actual vs Expected behavior
A lowercase 't' should be parsable.
Desktop (please complete the following information):
OS: Mac OS Ventura 13.6
Browser Chrome 123.0.6312.59
Luxon version 3.4.4
Your timezone America/Chicago
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a date has a lowercase 't' between the date and time instead of uppercase 'T', Luxon's DateTime.fromISO() does not parse correctly while the built in javascript Date.parse() does.
Similarly to #1609, the RFC 3339 spec states:
To Reproduce
Please share a minimal code example that triggers the problem:
Actual vs Expected behavior
A lowercase 't' should be parsable.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: