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
Exposed by: json-schema-org/JSON-Schema-Test-Suite#481
Ruby incorrectly allows `24` as the hour in an RFC3339 timestamp.
It also does not handle leap seconds very well:
```
-> Time.parse("23:59:60Z")
=> 2021-10-18 00:00:00 UTC
```
They should only be allowed at 23:59 UTC.
0 commit comments