[Koha-bugs] [Bug 24850] Koha::DateUtils ignores offsets in RFC3339 datetimes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 4 04:52:26 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850

--- Comment #71 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 115854
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115854
Bug 24850: Don't fallback when date_format is passed

Review of attachment 115854:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24850&attachment=115854)
-----------------------------------------------------------------

::: Koha/DateUtils.pm
@@ +146,4 @@
>                  )?
>              )?
>      |xms;
> +    $regex .= $time_re unless ( $date_format eq 'rfc3339' );

Should this be when $date_format eq 'rfc3339' or any time $date_format is
passed?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list