Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created October 22, 2015 10:02
Show Gist options
  • Save ahhh/11e665a5e22fbe1928a2 to your computer and use it in GitHub Desktop.
Save ahhh/11e665a5e22fbe1928a2 to your computer and use it in GitHub Desktop.
Unix datetime string to Python date time stamp
import datetime, sys
print datetime.datetime.fromtimestamp(float(sys.argv[1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment