Re: Four patches for LWP (and comments)
Gisle Aas (aas@oslonett.no)
Tue, 08 Aug 1995 12:50:22 +0200
> I have used Tom's getdate and it did what I wanted. Unfortunately I
> don't know what _we_ want.
Does it parse these formats:
"Wed, 09 Feb 1994 22:23:32 GMT" -- proposed HTTP format
"Thu Feb 3 17:03:55 GMT 1994" -- ctime format
"Tuesday, 08-Feb-94 14:15:29 GMT" -- old rfc850 HTTP format
"Tuesday, 08-Feb-1994 14:15:29 GMT" -- broken rfc850 HTTP format
"03/Feb/1994:17:03:55 -0700" -- common logfile format
"09 Feb 1994 22:23:32 GMT" -- HTTP format (no weekday)
"08-Feb-94 14:15:29 GMT" -- rfc850 format (no weekday)
"08-Feb-1994 14:15:29 GMT" -- broken rfc850 format (no weekday)
"08-Feb-94" -- old rfc850 HTTP format (no weekday, no time)
"08-Feb-1994" -- broken rfc850 HTTP format (no weekday, no time)
"09 Feb 1994" -- proposed new HTTP format (no weekday, no time)
"03/Feb/1994" -- common logfile format (no time, no offset)
--Gisle