Bug 9031: Unit tests for DST crossing in (days|hours)_between
commita3c4ce01b36bacf1169bd1897bf7f22a4ab992a8
authorNick Clemens <nick@bywatersolutions.com>
Fri, 7 Jul 2017 13:03:39 +0000 (7 13:03 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 17:09:03 +0000 (27 14:09 -0300)
tree22b29c610ded4ce6c421cece83d2969ccfaf3b55
parent3b4e0e697879a229b2fa213362ebee0f1a988eb2
Bug 9031: Unit tests for DST crossing in (days|hours)_between

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Without the patch for Calendar.pm, this crashes on:
Invalid local time for date in time zone: America/New_York

But even with the original change to Calendar.pm, I would see:
Invalid local time for date in time zone: Europe/Amsterdam
Adding a follow-up for that.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Calendar.t