https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376
--- Comment #14 from David Cook <dc...@prosentient.com.au> --- (In reply to Jonathan Druart from comment #12) > Moreover `grep time_zone Koha/Calendar.pm` will return another occurrence > where the fix should be applied too. Interesting. I think I avoided that the first time because $calendar->is_holiday() uses the following: my $ymd = $localdt->ymd('') ; if ($self->single_holidays( $ymd ) == 1 ) { return 1; } However, you are correct. sub single_holidays is weird... but definitely prone to this problem too. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/