Back to Sinon

clock.setSystemTime([now])

docs/concepts/fake-timers/set-system-time.md

22.1.0212 B
Original Source

clock.setSystemTime([now])

This allows you to change the system time to the provided now (number or Date) without firing any timers.

<<< ../../.vitepress/tests/docs/fake-timers/api/set-system-time.test.js