I’ve seen something similar in another programming languages, it looks like this:
import datetime
import time
target_time = datetime.datetime(2017, 3, 7, 3) # 3 am on 3 July 2017
while datetime.datetime.now() < target_time:
time.sleep(10)
print('It is 3am, now running the rest of the code')
I’m not entirely sure what I’d use this for, but I’m sure it could be very useful to someone who needs it. There’s actually a way to do this, but it’s pretty complicated.
I don’t think so.
You find the timestamp with the hidden wait til timestamp block
Then you have to make a repeat when thing: when timestamp = the timestamp of the time you need to wait until
Then you put the code in it.