Fwd: issues with Data::ICal::DateTime and possible DateTime::Set

2017-08-18 Thread Flavio S. Glock
(forwarding to DateTime list because this looks interesting) I've created this test - https://gist.github.com/fglock/ cf1117ad000b41d9e5dbee6fa8b78993 this fails (set time zone implicitly through dtstart): $a = DateTime::Event::ICal->recur( dtstart => $dt19970902T09_tz ,

Re: issues with Data::ICal::DateTime and possible DateTime::Set

2017-08-18 Thread Flavio S. Glock
This patch fixes the problem - but as I explained in the previous mail, I'm not sure if it is the right thing to do (the alternative is that DateTime::Event::ICal didn't ignore the time_zone in dtstart). diff --git a/lib/Data/ICal/DateTime.pm b/lib/Data/ICal/DateTime.pm index ecf9e2f..ab49e78