Skip to content

Instantly share code, notes, and snippets.

@andreas-wilm
Last active February 2, 2016 07:16
Show Gist options
  • Save andreas-wilm/18ffe6308a5688458f6d to your computer and use it in GitHub Desktop.
Save andreas-wilm/18ffe6308a5688458f6d to your computer and use it in GitHub Desktop.
python iso timestamp
from datetime import datetime
def timestamp():
return datetime.now().isoformat()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment