Skip to content

Instantly share code, notes, and snippets.

@harshanas
Created August 27, 2019 05:01
Show Gist options
  • Save harshanas/56f7b330c1ec14d236cb261d1f6a03e9 to your computer and use it in GitHub Desktop.
Save harshanas/56f7b330c1ec14d236cb261d1f6a03e9 to your computer and use it in GitHub Desktop.
Various Python code snippets that can be useful in day to day work

Get Now Date Time

import datetime
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