https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39748 --- Comment #29 from David Cook <dcook@prosentient.com.au> --- (In reply to Lisette Scheer from comment #9)
(In reply to Katrin Fischer from comment #8)
Yes, that's correct.
We're running into a similar problem with a cron we run between 2-3 am, and the us changes happens at 2 am so we lose that hour.
DateTime recommends doing calculations in UTC according to https://metacpan.org/pod/DateTime#How-DateTime-Math-Works (found from this issue on the GitHub https://github.com/houseabsolute/DateTime.pm/issues/21)
(In reply to Lucas Gass (lukeg) from comment #11)
Do we have separate bugs? I think what Lisette and I describe is a problem in CalcDateDue. That does not seem the same as Katrin's original issue.
I am having a really hard time with a test plan that doesn't involve "Wait until 2AM" as one of the steps.
Yeah I think this is a separate bug. Can you folk open another report? Also, which cron? It would be good to see the problem call in context. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.