Skip to content

Instantly share code, notes, and snippets.

@tchen
Created November 14, 2016 21:58
Show Gist options
  • Save tchen/3424c41be3d69d94879bf159b48223d7 to your computer and use it in GitHub Desktop.
Save tchen/3424c41be3d69d94879bf159b48223d7 to your computer and use it in GitHub Desktop.
unix timestamp to human readable format
import datetime
datetime.datetime.fromtimestamp(
int("1284101485")
).isoformat()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment