Parsing dates

Anders M Eriksson anders.eriksson at morateknikutveckling.se
Thu Jun 15 04:28:51 EDT 2000


On Wed, 14 Jun 2000 19:51:25 +0200, "Morten W. Petersen"
<morten at src.no> wrote:

>Where is the package that'll accept the most different "DateTime" formats?
>I'm thinking along the lines of all the different ways mail-clients format
>their "Date:" header.

in the rfc822 module you have parsedate()
else you could look up mxDateTime
http://starship.python.net/crew/lemburg/mxDateTime.html 

// Anders




More information about the Python-list mailing list