I am trying to test something that runs daily/weekly/etc on a schedule. Currently I need to wait for a specific time of day to do the test. If I want to re-run the test, I need to go reset the time to the next hour in the day. This makes testing things awkward. I am wondering if there exists some sort of software that I can use to simulate time change.
For example, let's say I have some VPC running a Windows Server. What I would like to do is install some software that could trick the server into advancing time faster than real time. Something along the lines of 5 minutes advances the time on the server by 1 hour, or 1 day, etc. Does something like this exist?