I have the following code, but I'm not quite sure how it's going to work.
I'll execute the following:
date = strftime("%Y-%m-%d %H:%M:%S")
and it will return exact date and time of the moment I call this. I want to use the exact output of this date and time in another function which is going to be execute 2-3 seconds later.
How can I pass the date variable here and not use the new current time and date?