TimeStamp variable defined at line 10th. And comparing to timeStamp with server time value on 11th code line.
asyncfunctioninit(){constinheritorAddress="PRTMRPqsxkGGCQ7UE9s6TZ4iNC4cM2Qa1mvCS8Unehv";constannoucementUrl='https://mydomain.com/APIUrl';if (EXECUTER_ADDRESS!==inheritorAddress) return {error:1,data:'The scenario is only executed by Inheritor Address'}; consttime_01_01_2035_0_0_0=2051222400000; // Starting to operate in 01/01/2035 if (newDate().getTime()>time_01_01_2035_0_0_0) {constall_Balance_This_Wallet=Transaction.getBalance(EXECUTER_SCENARIOADDRESS);let willBeSended=all_Balance_This_Wallet.balance-0.1; // subtracted fee cost;let result=awaitTransaction.sendPIRI(inheritorAddress,willBeSended);if (result.error==0) {returnawaitTools.postData( // Sending data to outer from Pirichain Platform... annoucementUrl, {inheritorAddress:inheritorAddress, operation:true }); }elsereturn {error:1,data:result.data}; }elsereturn {error:1,data:'Time of inheritance has not been occurred yet.'+' Please Wait 01/01/2035.'}}