<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<PRE>>><I> Basically, I'm wondering if it is part of the standard library  
</I>>><I> somewhere before I code my own.
</I>>><I>
</I>>><I> Page 20 of RFC2616 (HTTP) describes the format(s) for the time  
</I>>><I> header.  It wouldn't be too difficult for me to code up a solution  
</I>>><I> for the 3 standard formats, but what get's me is the little note  
</I>>><I> about how some servers may still send badly format time headers. :(
</I>>><I> So, I'm curious if this has already been done in the standard Python  
</I>>><I> library?
</I>>
> 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.</PRE><PRE>Thanks, I'll give 'em a look. :)</PRE><!--endarticle-->                                       <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/177141665/direct/01/' target='_new'>Sign up now.</a></body>
</html>