Skip to content

Instantly share code, notes, and snippets.

@jian-en
Created May 29, 2015 10:04
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 jian-en/a16be3ec8d8a42db6cbb to your computer and use it in GitHub Desktop.
Save jian-en/a16be3ec8d8a42db6cbb to your computer and use it in GitHub Desktop.
python timestamp to datetime object
datetime.datetime.fromtimestamp(
int("1284101485")
).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