Source Code:
(back to article)
import datetime now = datetime.datetime.now() print(now.strftime("%Y-%m-%d %H:%M:%S"))
Result:
Report an issue