Use the following code to get the current time. More info at http://docs.python.org/library/time.html from time import strftime timestr = strftime("%Y-%m-%d %H:%M:%S")
This article has 0 comments.
Use the following code to get the current time. More info at http://docs.python.org/library/time.html from time import strftime timestr = strftime("%Y-%m-%d %H:%M:%S")
This article has 0 comments.
Comments
0 comments
Please sign in to leave a comment.