https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850 --- Comment #71 from David Cook <dcook@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.