Skip to content

Instantly share code, notes, and snippets.

@macjustice
Last active May 16, 2022 19:13
Show Gist options
  • Save macjustice/08d3eac4df816b91063e804175799bcb to your computer and use it in GitHub Desktop.
Save macjustice/08d3eac4df816b91063e804175799bcb to your computer and use it in GitHub Desktop.
Calculate a future date
from datetime import datetime, timedelta
days_from_now=30
print(datetime.now())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment