 |
time - Timestamp Python - Stack Overflow
If the question is expressed by the title, then you can get the timestamp as a string using the .now() or .utcnow() of the datetime.datetime: >>> import datetime >>> print datetime.datetime.utcnow() 2012-12-15 10:14:51.898000 The now differs from utcnow a
stackoverflow.com |
 |