There are two date-parsing routines in apr-util:

        apr_date_parse_rfc
        apr_date_parse_http

However, I encountered one date format that neither of these functions
can parse:

        Sat, 26-Mar-2005 23:14:33 GMT

It is an expire for cookies generated by InfoPop's forum product.  You can
see it in action here:

        http://community.infopop.net/2/OpenTopic

While this date string does not adhere to standards, I think we should have
a function that would be able to parse it.

  - Dmitri.

Reply via email to