Skip to content

Instantly share code, notes, and snippets.

@v-i-s-h
Created February 26, 2021 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v-i-s-h/14525fc782e83a5bb34aabed5549bdb3 to your computer and use it in GitHub Desktop.
Save v-i-s-h/14525fc782e83a5bb34aabed5549bdb3 to your computer and use it in GitHub Desktop.
Python snippets

Timestamp generation

timestamp = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment