Re: Comparing RFC1123 based Dates

2007-08-05 Thread Steve Holden
Phoe6 wrote: > I would like to parse RFC 1123 date format and compare two dates. I > find that > datetime module does not specifically confirms to any RFC. Any > suggestions as how I can handle the RFC 1123 date format using > standard libraries before I go to re based parsing? > I realise you wan

Re: Comparing RFC1123 based Dates

2007-08-05 Thread Douglas Wells
In article <[EMAIL PROTECTED]>, Phoe6 <[EMAIL PROTECTED]> writes: > Phoe6 wrote: > > I would like to parse RFC 1123 date format and compare two dates. I > > find that > > datetime module does not specifically confirms to any RFC. Any > > suggestions as how I can handle the RFC 1123 date format us

Re: Comparing RFC1123 based Dates

2007-08-04 Thread Phoe6
Phoe6 wrote: > I would like to parse RFC 1123 date format and compare two dates. I > find that > datetime module does not specifically confirms to any RFC. Any > suggestions as how I can handle the RFC 1123 date format using > standard libraries before I go to re based parsing? Well, >>> import ti

Comparing RFC1123 based Dates

2007-08-04 Thread Phoe6
I would like to parse RFC 1123 date format and compare two dates. I find that datetime module does not specifically confirms to any RFC. Any suggestions as how I can handle the RFC 1123 date format using standard libraries before I go to re based parsing? Thanks, Senthil -- http://mail.python.or