http://www.perlmonks.org?node_id=236950


in reply to Re^2: How to Parse an RFC 822 style date with Time::Piece?
in thread How to Parse an RFC 822 style date with Time::Piece?

I've seen that comment in the Date::Manip docs. But it's so easy to use and just gets the job done. If I'm concerned with performance, I'll have to look into some of the many other date and time modules. But I have lots of stuff (for example cron jobs) where I'll gladly trade some CPU cycles to save a few of my cycles.

  • Comment on Re: Re^2: How to Parse an RFC 822 style date with Time::Piece?

Replies are listed 'Best First'.
Re^4: How to Parse an RFC 822 style date with Time::Piece?
by Aristotle (Chancellor) on Feb 20, 2003 at 07:38 UTC
    I never said otherwise; just remember the OP wanted to parse RFC822 dates here - he doesn't need the power of Date::Manip. That's why I objected.

    Makeshifts last the longest.