Stas Bekman <[EMAIL PROTECTED]> writes:
[...] > What should the manpage say? something like the following? > > The function assumes GMT, regardless of the used timezone, > according to RFC 2616 Section 3.3 requires. No need to mention the RFC; how about this? APR::Date::parse_http is a perl wrapper for the apr_date_parse_http() function provided by libaprutil. Please check your libaprutil documentation for a complete list of supported formats and restrictions (in particular, this function assumes GMT, regardless of the used timezone). -- Joe Schaefer