I have this code, but I got an error and could not find a soulution to the problem. I was trying to get a time and then plus i hour becuase i live in europe.
Here is my code:
plus_one_hour = "21:00:00" + timedelta(hours=2)
And the error:
TypeError: cannot concatenate 'str' and 'datetime.timedelta' objects