Skip to content

Instantly share code, notes, and snippets.

@yarwelp
Created July 22, 2016 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yarwelp/7df24f133a7cc3e519a1161bc8b6cbee to your computer and use it in GitHub Desktop.
Save yarwelp/7df24f133a7cc3e519a1161bc8b6cbee to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
from datetime import datetime, timedelta
datetime.now() - timedelta(hours=15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment