Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created March 7, 2012 20:30
Show Gist options
  • Save slackorama/1995895 to your computer and use it in GitHub Desktop.
Save slackorama/1995895 to your computer and use it in GitHub Desktop.
python-date form epoch
t = time.gmtime(epoch)
return time.strftime('%Y-%m-%d', t)p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment