How to parse HTTP time header?

Kevin Ar18 kevinar18 at hotmail.com
Sat Nov 7 22:56:27 EST 2009


>> Basically, I'm wondering if it is part of the standard library  
>> somewhere before I code my own.
>>
>> Page 20 of RFC2616 (HTTP) describes the format(s) for the time  
>> header.  It wouldn't be too difficult for me to code up a solution  
>> for the 3 standard formats, but what get's me is the little note  
>> about how some servers may still send badly format time headers. :(
>> So, I'm curious if this has already been done in the standard Python  
>> library?
>
> The parsedate() function in the rfc822 module does this and claims to  
> be tolerant of slightly malformed dates, but that module is deprecated  
> as of Python 2.5 in favor of the email module which hopefully has an  
> equivalent function.Thanks, I'll give 'em a look. :) 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141665/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091107/4b57d297/attachment.html>


More information about the Python-list mailing list