replacing timestamps in file [newbie]
Miki Tebeka
miki.tebeka at gmail.com
Wed Dec 14 15:56:01 EST 2011
You can either work with datetime module (see datetime.datetime.strptime) or with the time module (see time.strptime and time.mktime)
More information about the Python-list
mailing list