Personally I think this is a good reason to either add a new
DateTime constructor or to add the flag that relaxes the parameter
validation and allows rollovers.
-ben
On Fri, Jun 20, 2003 at 09:12:38AM +1000, Rick Measham wrote:
> At 1:19 PM -0700 19/6/03, Hill, Ronald wrote:
> >I am running the CVS versions of DateTime/DateTime-TimeZone for perl 5.6.1
> >
> >Any thoughts?
>
> Yup, DateTime on CVS wont work. Which reminds me that I need to
> supply Dave with another patch before he releases the new DateTime.
>
> [Explaination: DateTime now requires a valid date. Strptime for
> day-of-year initiates DateTime with a year=>$year month=>1 and
> day=>$day-of-year]
>
>
> Cheers!
> Rick