18 Mar
2022
18 Mar
'22
2:36 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30030 --- Comment #4 from Fridolin Somers <fridolin.somers@biblibre.com> --- Looks like this is caused in Koha/DateUtils.pm dt_from_string() by : https://git.koha-community.org/Koha-community/Koha/src/commit/9c6741cbe3cb00... my $floating = 0; ... $dt->set_time_zone($server_tz) unless ( $date_only || $floating ); Call in Koha::Patron->is_going_to_expire is : dt_from_string( $self->dateexpiry, undef, 'floating' ) Maybe we need to set $floating = 1 in case tz = 'floating' ? -- You are receiving this mail because: You are watching all bug changes.