[Koha-bugs] [Bug 16376] Koha::Calendar->is_holiday date truncation creates fatal errors for TZ America/Santiago

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 23 03:56:46 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #7)
> If you write a patch, I write regression tests for it :-)

Thanks, Tomas :).

Used 'grep -l -R "Koha::Calendar" * --exclude-dir="blib" | xargs grep
"exception_holidays"' to try to find everything using Koha::Calendar and
exception_holidays... looks like it's only Koha::Calendar.

Looks like it's only Koha::Calendar::exeption_holidays() and
Koha::Calendar::is_holiday() as well.

I'm sure this issue pervades Koha, but perhaps we can resolve the problem in
this particular piece of it...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list