Python and bash snippets
import datetimenowstring = datetime.datetime.now().strftime("%Y-%m-%d %H-%M-%S") print (nowstring)
No comments:
Post a Comment