Categories
How to add 1 hour to time.Now() date??
May I know how to add 1 hour to time.Now()? in python this can be done with datetime.datetime.now() + datetime.timedelta(hours=1) Googled - didn't find it. (apparently dumb) Thanks for the help.
Answer the question
In order to leave comments, you need to log in
Example from documentation
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question