Say I have some functionality that schedules events. Some events could happen every week, some every month. Is there a straight-forward way to mock time so that e.g. setTimer, etc. are sped up, or do I need to artificially do this through modifying the delays I am creating for the test?