From: "Stas Bekman" <[EMAIL PROTECTED]> To: <dev@apr.apache.org> Sent: Tuesday, January 29, 2002 12:24 PM Subject: moving ap_ht_time to apr_date_ht_time?
> While implementing the Perl glue for APR/Apache APIs we wondered whether > ap_ht_time should be a part of apr_date_*, since it isn't tied to any > apache structures. > > There are more httpd util functions that could be moved to apr-util. apr-util is not a dumping ground of 'Apache cruft'. We need to exercise some level of caution when filling up apr-util that the fns apply to more than just an httpd daemon. That said, this net format is used well outside of the http spec, so this one is a great idea, Stas. From: "Doug MacEachern" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 12:36 PM > correction: the suggestion was moving ap_ht_time() to apr_date_format_http(). > output of which can be parsed by apr_date_parse_http(). +1