https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39748
--- Comment #22 from David Cook <[email protected]> --- In Koha/Patron.pm we should probably return 0 if $self->dateexpiry =~ '^0000' as well... And then yeah... We should be able to safely assume that $self->dateexpiry is an ISO timestamp in the local timezone, then convert to either UTC or floating, clone it, and then do the date truncation -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
