I have a dictionary of timestamps in this form 2011-03-01 17:52:49.728883 and ids. How can I retrieve the latest timestamp and represent it in python datetime object?
The point is to be able to use the latest date of the timestamp instead of the currnt date in above code.
latest = datetime.now()