Hi Eugene, > Neither DateTime::Format::Excel nor DateTime::Event::Sunrise > pass their own tests. They were both broken when the > subtraction in DateTime changed, from returning > days and seconds to returning y,m,d, h,m,s. > > DT::E::Sunrise uses the subtraction in its function > days_since_2000_Jan_0(), and DT::F::Excel in format_datetime(). Both > then call delta_days to see how many days have passed; this is now > broken.
Thanks for that!! I just started looking at the sunrise module to do some updates for preserving the timezone. I just installed the new release of DateTime 0.1704 and all tests now pass for sunrise :) Thanks Ron Hill
