Bugzilla – Attachment 129385 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: Support ISO8601
Bug-29718-Support-ISO8601.patch (text/plain), 711 bytes, created by
Martin Renvoize (ashimema)
on 2022-01-13 09:10:04 UTC
(
hide
)
Description:
Bug 29718: Support ISO8601
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-01-13 09:10:04 UTC
Size:
711 bytes
patch
obsolete
>From 6ca9a6663041f10c39a1499bf0c535910491a505 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 16 Dec 2021 16:58:45 +0100 >Subject: [PATCH] Bug 29718: Support ISO8601 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/DateUtils.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/DateUtils.pm b/Koha/DateUtils.pm >index ad242b59eb..1df3a850e6 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* > (?<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