Malcolm J Harwood <[EMAIL PROTECTED]> writes:
[...]
> The current doc says:
> # parse RFC822-complient date string
>
> Which it doesn't (as RFC822 includes multiple timezones).
Which is *exactly* why I recommended the docs include a pointer to
aprutil. All modperl does it wrap the C function; it provides
no guarantees about the behavior itself (other than what's in
the test suite), so it doesn't surprise me that there's an error
in the wrapper documentation.
[...]
> How about simply correcting the parse_http docs from:
> The date string can be in one of the following formats:
> to:
> The date string can be in one of the following formats (as per RFC2616):
>
> That way anyone interested can look up the correct RFC if they want the gory
> details.
The RFC is a guideline, not the final arbiter. This link is exactly
what you are looking for:
http://apr.apache.org/docs/apr-util/group___a_p_r___util___date.html#ga1
--
Joe Schaefer