From fb09cb1da40016a2172021cd9b67ad90e1569044 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 16 Dec 2021 16:58:45 +0100 Subject: [PATCH] Bug 29718: Support ISO8601 --- Koha/DateUtils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/DateUtils.pm b/Koha/DateUtils.pm index c4120b8c8fe..94c91bde038 100644 --- a/Koha/DateUtils.pm +++ b/Koha/DateUtils.pm @@ -145,6 +145,7 @@ sub dt_from_string { # Add the faculative time part [hh:mm[:ss]] my $time_re .= qr| ( + T? \s* (?\d{2}) : -- 2.25.1