23 Sep
2025
23 Sep
'25
7:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40861 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #1)
output_pref can generate that: Koha/DateUtils.pm:284 return if !defined $dt; # NULL date
Hum, maybe not 278 if ($str) { 279 local $@; 280 $dt = eval { dt_from_string($str) }; 281 Koha::Exceptions::WrongParameter->throw("Invalid date '$str' passed to output_pref") if $@; 282 } 283 284 return if !defined $dt; # NULL date -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.