Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 18, 2021 15:35
Show Gist options
  • Save parzibyte/21d047cf17083b97387b0ee9cc82859a to your computer and use it in GitHub Desktop.
Save parzibyte/21d047cf17083b97387b0ee9cc82859a to your computer and use it in GitHub Desktop.
from datetime import datetime, timedelta
ahora = datetime.now()
fin_anio_2021 = datetime.strptime("2021-12-31", "%Y-%m-%d")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment