[Koha-bugs] [Bug 29718] DateTime - our 'iso' is not ISO 8601

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 17 13:44:50 CET 2021


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

--- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Clearly, we still need to add some additional unit tests to prove the new
support.

Whilst testing I took the following set of strings to test the regex's against:

2020-12-09T16:09:53+00:00
2020-12-09 16:09:53+00:00
2020-12-09T 16:09:53+00:00
2020-12-09t16:09:53+00:00
2020-12-0916:09:53+00:00
2020-12-09  16:09:53+00:00
2020-12-09 16:09:53Z
2020-12-09 04:09:53 pm
2020-12-09 04:09:53 am
2020-12-09 04:09:53

2020-12-09 04:09:53am+00:00 # Fails as it should
2020-12-09 04:09:53+00:00am # Fails as it should

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


More information about the Koha-bugs mailing list