Let's say current time is 24:56:04
And I want to do something like this:
variable time = current time (24:56:04) + 6 seconds.
If current time = or higher than time: print 'Success'
else print 'Fail'.
Is it possible to do it this way? how?
The other answer does not answer my question. Because I need to know if curret time = previous time + 10 seconds.