Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created January 24, 2014 10:32
Show Gist options
  • Save svschannak/8595148 to your computer and use it in GitHub Desktop.
Save svschannak/8595148 to your computer and use it in GitHub Desktop.
add days to datetime-object
self.datetime + datetime.timedelta(days=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment