Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created January 10, 2015 23:04
Show Gist options
  • Save claytantor/47e87d30e8f60d274bbb to your computer and use it in GitHub Desktop.
Save claytantor/47e87d30e8f60d274bbb to your computer and use it in GitHub Desktop.
twilio date conversion
datetime.strptime("Sun, 04 Jan 2015 00:06:51 +0000"[:-6],"%a, %d %b %Y %H:%M:%S")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment