Bugzilla – Attachment 128654 Details for
Bug 29718
DateTime - our 'iso' is not ISO 8601
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29718: (QA follow-up) Make 'T' check case insensative
Bug-29718-QA-follow-up-Make-T-check-case-insensati.patch (text/plain), 773 bytes, created by
Martin Renvoize (ashimema)
on 2021-12-17 12:21:26 UTC
(
hide
)
Description:
Bug 29718: (QA follow-up) Make 'T' check case insensative
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-12-17 12:21:26 UTC
Size:
773 bytes
patch
obsolete
>From b83879a68bda2f2b145e7e44408d0b8b4f115bd8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 17 Dec 2021 12:20:20 +0000 >Subject: [PATCH] Bug 29718: (QA follow-up) Make 'T' check case insensative > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/DateUtils.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/DateUtils.pm b/Koha/DateUtils.pm >index 1df3a850e6..57fba31284 100644 >--- a/Koha/DateUtils.pm >+++ b/Koha/DateUtils.pm >@@ -145,7 +145,7 @@ sub dt_from_string { > # Add the faculative time part [hh:mm[:ss]] > my $time_re .= qr| > ( >- T? >+ [Tt]? > \s* > (?<hour>\d{2}) > : >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29718
:
128631
|
128653
|
128654
|
128658
|
128840
|
129372
|
129385
|
129386
|
129387
|
129388
|
129389
|
129390
|
129465
|
129466
|
129467
|
129468
|
129469
|
129470
|
129471