https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659
--- Comment #164 from Jonathan Druart <[email protected]> --- * 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
