On Wed, 29 Nov 2000, Bill Moseley wrote:

> At 11:47 PM 11/28/00 -0600, Ken Williams wrote:
> >1) Is it preferred to use POSIX::strftime() for time formatting, or
> >   Date::Format::strftime()?  One solution would be to dynamically load one
> >   or the other module according to which one is available, but I'd rather
> >   not do that.
>
> Hi Ken,
>
> Why not Apache::Util::ht_time()?

Or if you need to run outside of mod_perl, Time::Object::strftime (which
doesn't load all of POSIX.pm, but is done in XS, so is faster/lighter than
Date::Format).

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to