Skip to content

Instantly share code, notes, and snippets.

@vbajpai
Created March 31, 2013 15:30
Show Gist options
  • Save vbajpai/5281009 to your computer and use it in GitHub Desktop.
Save vbajpai/5281009 to your computer and use it in GitHub Desktop.
convert a unix timestamp to human readable format.
$ python -c "import time; print time.ctime(int(1363136889))"
Wed Mar 13 02:08:09 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment