Skip to content

Instantly share code, notes, and snippets.

@bussiere
Created August 13, 2010 13:33
Show Gist options
  • Save bussiere/522894 to your computer and use it in GitHub Desktop.
Save bussiere/522894 to your computer and use it in GitHub Desktop.
#Return Unix Time
import time
def timeunix():
t = time.time()
return str(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment