https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24182 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |19.05 Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #2 from Nick Clemens <nick@bywatersolutions.com> --- Actually, we may want to cherry-pick the fix for this for stable versions: $self->cancellationdate(dt_from_string); to $self->cancellationdate( dt_from_string->strftime( '%Y-%m-%d %H:%M:%S' ) ); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.