On Wednesday 16 March 2005 11:12 pm, Joe Schaefer wrote: > > 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 Except that link mirrors the current mod_perl documentation, and doesn't mention RFC 2616 (and the GMT-only requirement) either. So if the mod_perl doc is incorrect (or at least incomplete) so is that.