The following question has been asked on Telegram:
Hello everyone! Is there a way to have a timestamp when unit testing an onchain_view. For entrypoints, one can run it like:
contract.entrypoint(parameter).run(now=sp.timestamp(100), sender=account)
I don’t see any documentation on being able to have fake timestamps when unit testing on-chain views