Upload code:<br>imp.configure("Time", [], []);<br>server.log("Server Time - " + (date(time(),'l').month+1) + "/" + date(time(),'l').day + "/" + date(time(),'l').year + " " + date(time()-25200,'u').hour + ":" + date(time(),'l').min + ":" + date(time(),'l').sec);<br>server.show("Server Time - " + (date(time(),'l').month+1) + "/" + date(time(),'l').day + "/" + date(time(),'l').year + " " + date(time()-25200,'u').hour + ":" + date(time(),'l').min + ":" + date(time(),'l').sec);<br>
Click Run
You will see the log message printed.
Wait 5 seconds
Click Run
You will see the log message printed.
Wait 60 seconds
Click Run
You will not see any log message anymore until you go to planner and come back to code.
Click Run again