Skip to content

Instantly share code, notes, and snippets.

@Kwpolska
Created June 23, 2016 08:53
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 Kwpolska/6af36b198903e17d04f7c1bd0f84af7b to your computer and use it in GitHub Desktop.
Save Kwpolska/6af36b198903e17d04f7c1bd0f84af7b to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
from datetime import *
print(datetime.now() + timedelta(100), end=' (local time)\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment