SyntaxFix
Write A Post
Hire A Developer
Questions
Workaround:
t = time() t2 = time(t.hour+1, t.minute, t.second, t.microsecond)
You can also omit the microseconds, if you don't need that much precision.