Re: DateTime-localtime() (was Re: DT::TZ test failure)

2003-08-10 Thread David Wheeler
On Sunday, August 10, 2003, at 06:07 PM, John Siracusa wrote: ...unless that's the only way you will *ever* call now()! :) Obviously, you need currying. See Perl 6. Or create your own subclass with its own now() method that passes the argument for you. Or create a function that calls it for

DateTime-localtime() (was Re: DT::TZ test failure)

2003-08-10 Thread John Siracusa
On Sunday, August 10, 2003, at 08:08 PM, Dave Rolsky wrote: On Sun, 10 Aug 2003, John Siracusa wrote: We have enough constructors as it is. Well that's not my fault :) If, for whatever reason, you're going to limit DateTime to N constructors, they should be the N most likely to be used. Do you