Skip to content

Instantly share code, notes, and snippets.

@8maki
Created October 5, 2011 10:06
Show Gist options
  • Select an option

  • Save 8maki/1264088 to your computer and use it in GitHub Desktop.

Select an option

Save 8maki/1264088 to your computer and use it in GitHub Desktop.
convert_datetime_to_unixtime
def convert_datetime_to_unixtime(d)
time.mktime(d.timetuple())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment