Parsing dates
Anders M Eriksson
anders.eriksson at morateknikutveckling.se
Thu Jun 15 04:28:51 EDT 2000
More information about the Python-list mailing list
Thu Jun 15 04:28:51 EDT 2000
- Previous message (by thread): Python/COM/VfW
- Next message (by thread): Parsing dates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python/COM/VfW
- Next message (by thread): Parsing dates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list