https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29402 Bug ID: 29402 Summary: We should add a 'dateonly' switch option to dt_from_string Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Currently, our dateformat is only 'strict' with the rfc3339 format. ISO dates may optionally contain a time portion, but that time portion is incompatible with refc3339 formatted dates. We should add a dateonly option to dt_from_string so we can explicitly fail if an iso date string is passed with a time element that we should drop due to a failed match. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.