Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Last active April 8, 2021 13:33
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 fatosmorina/19290d799ec6d74911f5448d684aca16 to your computer and use it in GitHub Desktop.
Save fatosmorina/19290d799ec6d74911f5448d684aca16 to your computer and use it in GitHub Desktop.
from datetime import timedelta, date
current_date = date.today()
past_date = current_date - timedelta(days = 180)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment