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
The following timestamp pattern fails to be validated: yyyy-MM-dd'T'HH:mm:ss.SSSXXX. This is a pattern defined by ISO8601. However, it does validate when removing either the 'T' or the fractional second part (see test-cases below)
To Reproduce
Steps to reproduce the behavior OR commands run:
Add the following test to SchemaValidationSuite and execute it
Describe the bug
The following timestamp pattern fails to be validated:
yyyy-MM-dd'T'HH:mm:ss.SSSXXX
. This is a pattern defined by ISO8601. However, it does validate when removing either the'T'
or the fractional second part (see test-cases below)To Reproduce
Steps to reproduce the behavior OR commands run:
SchemaValidationSuite
and execute itUnparseable date: "2025-01-08T13:07:39.490:00
Expected behavior
The pattern with
'T'
and fractional seconds should be successfully validated.Use-case
Only for internal development / testing
The text was updated successfully, but these errors were encountered: