[Koha-bugs] [Bug 29403] dt_from_string should fail if passed an rfc3339 formatted string when 'iso' is selected as dateformat

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 21 12:46:52 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29403

--- Comment #31 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 128825
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128825&action=edit
Bug 29403: Fix unit test for bug 29718

Including a 'T' is actually valid for ISO date format, I was being
naughty and writing the test to follow our code rather than writing the
test to conform to the ISO spec first time around. Now we are properly
supporting 'T' in ISO dates with bug 29718, we need to update the test
here to properly reflect an invalid ISO date string.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list