https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30196 Shi Yao Wang <shi-yao.wang@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #6 from Shi Yao Wang <shi-yao.wang@inLibro.com> --- Also notice this code in t/DateUtils.t:
# Return undef if passed mysql 0 dates $dt0 = dt_from_string( '0000-00-00', 'iso' ); is( $dt0, undef, "undefined returned for 0 iso date" );
This means it is supposed to return undef. This patch only makes it clearly return undef instead of letting perl decide. -- You are receiving this mail because: You are watching all bug changes.