Revision history for Perl extension DateTime::Event::Sunrise.
0.0402 Tues, Nov 25 2003
- Changed the convert_hour to convert to seconds (as a duration)
Then add the duration to the day. This will provide seconds for
the DateTime Object.
- Added many tests (Cities around the world). I have verified the
entries in the data section of the tests within +- 2 min. using
the information from the Naval Observatory (aa.usno.navy.mil).
0.0401 Thurs Oct 8 2003
- changed the _sunrise sub to include the timezone information
- (I don't like the way I did this needs more research)
0.04 Fri May 30 7:40 2003
- Fixed a bug in _sunrise
The problem was I was setting the hours/min for the rise/set times
I needed to create a duration and add the duration to the DateTime
Object.
0.03 Tues April 29 14:00 2003
- initial release to CPAN
0.02 Mon April 21 13:20:00 2003
- doc tweaks. Flavio S. Glock
- renamed sun_rise_set to sunrise_sunset
- gets methods from DateTime::Set
0.01 Mon Mar 21 10:01:50 2003
- original version; created by Ron Hill