I have a contract logic that executes only after a specific time (defined during contract deployment). The contract logic relies on checking the current time via witness (using Date javascript method).
Testing the contract, how do I manipulate the time logic so the current time given by the witness is fast forward to successfully test the logic?