Times and dates

Alex Martelli aleax at aleax.it
Thu Nov 7 12:15:00 EST 2002


YorizZ wrote:

>> strptime() may be your friend if your platform supports it:
> 
> Yeah,
> 
> I know about that.
> Unfortunately i have to deal with windows...

Then look for a portable strptime implemented in Python
itself, such as Brett Cannon's at 
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/56036 .


Alex




More information about the Python-list mailing list