Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 110341
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: OSCHWALD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.23
Fixed in: (no value)



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