> On Wed, Aug 10, 2005 at 06:38:32PM -0300, Flavio S. Glock said: > > The internal processing sequence should be changed to (pseudo code): > > > > $tz = $dtstart->tz > > $dtstart = $dtstart->floating > > return $recurr( $dtstart )->set_timezone( $tz ) > > Ok, that works fine as long as I don't set the timezone on the $recur > which gets me, err, no results whatsoever - whether I set the TZ on the > span or not.
(You are right - I tried it and it didn't work) I sent a fix to the datetime repository as DateTime::Event::Recurrence 0.17 Please let me know if it works. - Flavio S. Glock