What is the module/method used to get the current time?
.isoformat() is in the documentation, but not yet here (this is mighty similar to @Ray Vega's answer):
.isoformat()
>>> import datetime >>> datetime.datetime.now().isoformat() '2013-06-24T20:35:55.982000'