Re: HTTP date format: RFC 850 or RFC 1036

Rob McCool (robm@ncsa.uiuc.edu)
Wed, 15 Dec 1993 20:14:46 -0600


/*
* HTTP date format: RFC 850 or RFC 1036 by Jim Davis (davis@dri.cornell.edu)
* written on Dec 15, 10:22am.
*
* Does anyone implement Date (or Last-Modified) response headers yet?
* I do, and for now I am going with the new RFC.
*
*/

Tony Sanders and I both have it implemented, for Plexus and NCSA httpd
respectively. We currently use 850 (Weekday, dd-mmm-yy hh:mm:ss) to format
dates...

--ROb