use timedelta python code example Example: python timedelta Click to copyfrom datetime import timedelta tomorrow = datetime.today() + timedelta(days = 1)