On 12/18/09 8:45 PM, Michael G Schwern wrote:
DateTime can then only create which object it needs on demand.
One thing that would be nice is, if I call "DateTime->new(epoch => $blah)", nothing gets calculated until asked for. Right now it is significantly more expensive to construct a DateTime via epoch time than it is to construct one using individual components.