14 Jan
2022
14 Jan
'22
10:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29403 --- Comment #51 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- t::lib::Dates::compare expects either correct DateTime objects, or a system formatted datetime strings to be passed.. but as we're testing the API, we are consistently using RFC3339 strings for date-times and ISO8601 strings for dates. We need to therefore pre-process the strings into DateTime objects for the comparison. See comment48 Imo this sub needs more attention. -- You are receiving this mail because: You are watching all bug changes.