29 Oct
2024
29 Oct
'24
10:48 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659 --- Comment #164 from Jonathan Druart <jonathan.druart@gmail.com> --- * 55 my $strp = DateTime::Format::Strptime->new( Not used? * 139 my $dt_start = DateTime->new( year => $date[0], month => $date[1], day => $date[2] ); You are supposed to use dt_from_string, not DateTime directly. -- You are receiving this mail because: You are watching all bug changes.