Return-Path: owner-new-httpd Received: by taz.hyperreal.com (8.6.10/8.6.5) id WAA01817; Tue, 16 May 1995 22:58:54 -0700 Received: from paris.ics.uci.edu by taz.hyperreal.com (8.6.10/8.6.5) with SMTP id WAA01812; Tue, 16 May 1995 22:58:52 -0700 Received: from avron.ics.uci.edu by paris.ics.uci.edu id aa12171; 16 May 95 22:55 PDT To: new-httpd@hyperreal.com Subject: Re: The HTTP_TIME_FORMAT is not correct In-reply-to: Your message of "Tue, 16 May 1995 21:23:04 MDT." <199505170323.AA295780984@ooo.lanl.gov> Date: Tue, 16 May 1995 22:55:17 -0700 From: "Roy T. Fielding" Message-ID: <9505162255.aa12171@paris.ics.uci.edu> Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org > Errr, I think the old format has left us for the bit bucket in > the sky... > > from httpd.h (0.6.4).... > > /* RFC 1123 format for date - this is what HTTP/1.0 wants */ > #define HTTP_TIME_FORMAT "%a, %d %b %Y %T GMT" Awwww, crumbs... I wanted to leave the old format around so that people who really desperately needed it would at least get some guidance. The old format is #define HTTP_TIME_FORMAT "%A, %d-%b-%y %T GMT" I suppose someone also deleted the useful comment before it. :( ......Roy