Times and dates

Skip Montanaro skip at pobox.com
Thu Nov 7 12:30:53 EST 2002


    >>> strptime() may be your friend if your platform supports it:
    >> Unfortunately i have to deal with windows...
    Alex> Then look for a portable strptime implemented in Python itself,
    Alex> such as Brett Cannon's at
    Alex> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/56036 .

An updated version is available from Python CVS and will be part of 2.3.

-- 
Skip Montanaro - skip at pobox.com
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list