Re: [Announce] DateTime-event-sunrise 0.0401 committed to CVS

2003-10-09 Thread fglock
Ronald Hill said: > > This will not preserve the class information, > I tried Flavio's suggestion of > > my $tmp_dt1 = $dt-> > clone-> > set_time_zone( 'UTC' )-> > truncate( to => 'day' ); > > instead of creating a new object however, > I was always getting the incorre

[Announce] DateTime-event-sunrise 0.0401 committed to CVS

2003-10-09 Thread Hill, Ronald
Hi All, I have just committed changes to the sunrise module for preserving the timezone information. I have to confess I do not like how I had to do it :( Here is how I have changed the _sunrise sub my $rise_time = $tmp_dt1 + $rise_dur; my $set_time = $tmp_dt1 + $set_dur; my $tz = $dt->ti