1 Oct
2024
1 Oct
'24
6:16 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38046 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- Ok, I think that I've got it... my $datedue = dt_from_string(); $datedue->set_hour('02'); $datedue->set_minute('54'); my $dur = DateTime::Duration->new( days => 14); my $branchcode = 'CPL'; my $daysmode = 'Calendar'; my $calendar = Koha::Calendar->new( branchcode => $branchcode, days_mode => $daysmode ); -- The above will produce the fatal error: "Invalid local time for date in time zone: Australia/Sydney" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.