Subject: | Behavior of ->ymd on an infinite date-time is unexpected |
I would have expected an exception (or a documented string such as "infinite"), not a silently wrong value:
Show quoted text
1> DateTime::Infinite::Future->new->ymd
$res[0] = '-0001--01--01'
Greg