Skip to content

Instantly share code, notes, and snippets.

@datamafia
Created August 4, 2015 21:57
Show Gist options
  • Save datamafia/f9b728fb53eee38bce68 to your computer and use it in GitHub Desktop.
Save datamafia/f9b728fb53eee38bce68 to your computer and use it in GitHub Desktop.
Shortest Possible Path to Unix Epoch Time in seconds
import calendar
from time import gmtime
print calendar.timegm(gmtime())
###################################
# Follow Me on Twitter @datamafia #
###################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment