* Dave Rolsky <[EMAIL PROTECTED]> shaped the electrons to say... > my $dt1 = DateTime->new( month => $month, year => 2002 ); > > my $dt2 = $dt1->clone->add( months => 1 )->subtract( seconds => 1 ); > > There are several variations on the above that'd work.
Which yet again yields: 2003-01-01 00:00:-01 Sorry for not reading the archives. I have no problem using something else (this is new code anyways, and it seemed intuitive to me, if a bit wierd.) All I'm looking for now is something that works. -D -- It's the wrong trousers Gromit, and they've gone wrong!
