@@ -, +, @@ --- Koha/DateUtils.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/DateUtils.pm +++ a/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}) : --