View | Details | Raw Unified | Return to bug 29718
Collapse All | Expand All

(-)a/Koha/DateUtils.pm (-2 / +1 lines)
Lines 145-151 sub dt_from_string { Link Here
145
    # Add the faculative time part [hh:mm[:ss]]
145
    # Add the faculative time part [hh:mm[:ss]]
146
    my $time_re .= qr|
146
    my $time_re .= qr|
147
            (
147
            (
148
                T?
148
                [Tt]?
149
                \s*
149
                \s*
150
                (?<hour>\d{2})
150
                (?<hour>\d{2})
151
                :
151
                :
152
- 

Return to bug 29718