Alternative to strptime()?
Anders M Eriksson
anders.eriksson at morateknikutveckling.se
Tue Sep 12 03:49:20 EDT 2000
More information about the Python-list mailing list
Tue Sep 12 03:49:20 EDT 2000
- Previous message (by thread): Alternative to strptime()?
- Next message (by thread): help debug cgi counter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 11 Sep 2000 14:21:48 +0800, "Mio Nino Marquez" <mionino at d1.com.sg> wrote: >One tool we're using here uses Python as the scripting tool. >Admittedly, Python is *alien* to us... >We have a problem whereby we'd like to convert a date-formatted string into >a Tuple so that we can pass it to either time.localtime() or time.strftime() >Seems like strftime() is the answer, but strftime() appears to be not >working in Win32. Is there any other way to do it? > >Please help. > You could try mr Andy Markebo's strptime.py You will find it at http://www.fukt.hk-r.se/~flognat/hacks/ (click on // Anders
- Previous message (by thread): Alternative to strptime()?
- Next message (by thread): help debug cgi counter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list