[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
Thu Apr 28 08:49:11 CEST 2016


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

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
Ahh, I bet it's truncating it to compare it to "single_holidays" and
"exception_holidays"... right... that makes sense.

In that case, before truncating it, I think you have to turn it into a
"floating" DateTime. 

Except that we're using the Timezone in single_holidays() and
exception_holidays()... that's great...

I think we might need to re-think Koha::Calendar in light of
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669

-- 
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