https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30030
--- Comment #4 from Fridolin Somers <[email protected]> --- Looks like this is caused in Koha/DateUtils.pm dt_from_string() by : https://git.koha-community.org/Koha-community/Koha/src/commit/9c6741cbe3cb00c724a2b2cf4c0efcc723484e87/Koha/DateUtils.pm#L246 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. _______________________________________________ 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/
