setSystemTime
Change the system time to the new now. Now can be a timestamp, date object, or not passed in which defaults to 0. No timers will be called, nor will the time left before they trigger change.
Usage
const clock = await browser.emulate('clock', { ... })
await clock.setSystemTime(date)