I have built a Windows Service in C# that calls live timeseries data from a database based on the current date and time.
I have test data in a test Databse that I would like to use to calculate if the data was being used in the correct way.
I was wondering if anyone has used an application or has any other way to "Mock" the system date on your local computer. So for example I can just run this application and set it to set my system date to a specified date.
Any advice would be great.