Bug 29718: (QA follow-up) Make 'T' check case insensative
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
e1b2fd264d
commit
9daea562a8
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ sub dt_from_string {
|
||||||
# Add the faculative time part [hh:mm[:ss]]
|
# Add the faculative time part [hh:mm[:ss]]
|
||||||
my $time_re .= qr|
|
my $time_re .= qr|
|
||||||
(
|
(
|
||||||
T?
|
[Tt]?
|
||||||
\s*
|
\s*
|
||||||
(?<hour>\d{2})
|
(?<hour>\d{2})
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in a new issue