https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29322 Bug ID: 29322 Summary: Date validation can be sketchy Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com Jonathan found some interesting errors with the date-time validation when writing extra tests for bug 24850. Passing: "due_date": "2021-10-27 23:59", Results in: => "Does not match date-time" But passing: "due_date": "2021-10-27 23:59:00", Results in: => "Missing property Shouldn't they both result in: => "Does not match date-time" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.