When using a date-time with a day that exceeds the max amount of days in a month like February 30th the validator doesn't fail. I added this test to test/vanilla/src/main/resources/org/everit/json/schema/draft7/date-time.json ```json { "description": "only RFC3339 invalid date-time according to calendar rules", "data": "1963-02-30T00:00:00Z", "valid": false } ```