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/d9ae78924d717f6310abdfcef72a08f1 to your computer and use it in GitHub Desktop.
Save fatosmorina/d9ae78924d717f6310abdfcef72a08f1 to your computer and use it in GitHub Desktop.
from datetime import timedelta, date
current_date = date.today()
past_date = current_date - timedelta(weeks = 12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment