Is it possible to change navigator date in a sandbox ledger?

Hi team,

Is it possible to change the date of the sandbox ledger using the navigator ? :pray:
I’d like to simulate some behaviour based on the date…

Thanks and regards,

Jean-Paul

When run in static time mode (pass --static-time-mode to daml sandbox or add/change the sandbox-options in your daml.yaml) you can change the time by clicking on the time at the top right in Navigator.

Thank you, it is working !