Re: [Koha-devel] Invalid local time for date in time zone: America/Santiago

2016-04-27 Thread Larry Letelier
David, I will review the data on date_due field. Thanks!! for your time ! LOL time.. ;-) tomorrow ​--Larry 2016-04-28 0:35 GMT-03:00 David Cook : > Hi Larry, > > > > I find time fascinating, so happy to help : ). > > > > Thanks for that pastebin. That’s really helpful. > > > > We can see the

Re: [Koha-devel] Invalid local time for date in time zone: America/Santiago

2016-04-27 Thread Larry Letelier
Hi David, Thanks for you reply, yes your are right, Chile abolished dst, we have a minister with many earthquakes in him head. So, Here is the “perl -d overdue_notices.pl -t" using "n": http://pastebin.com/ZxHkNCK3 If i run again : perl overdue_notices.pl -t Invalid local time for date in tim

Re: [Koha-devel] Invalid local time for date in time zone: America/Santiago

2016-04-27 Thread David Cook
Oh, that’s interesting. I’ve seen this happen on other Perl projects during daylight savings time changes. For instance, try the following Perl code: use DateTime; my $dt = DateTime->new( year => 2015, month => 10, day => 4, hour => 2, minute => 0, secon

Re: [Koha-devel] Frameworks / DB constraints

2016-04-27 Thread Tomas Cohen Arazi
So it's fixed. Thanks Jonathan, again :-D 2016-04-23 3:08 GMT-03:00 Jonathan Druart < jonathan.dru...@bugs.koha-community.org>: > Just a note: From 16.05 it won't be possible to delete a framework in > used from the interface. > See bug 15790. > > 2016-04-19 15:34 GMT+01:00 Tomas Cohen Arazi : >