Hi! I'm making a small research on how system date time change may influence on correct behavior of windows services.
Actually i need to do some trick in my .Net application on server to make it execute a certain important procedure in the context of time that differs from current (correct) system time. The only way i see is to change system time for a while, execute the procedure, and change date and time back =)
The server (Windows Server 2008R2) is running SQL server 2008 R2 and SharePoint server 2010. So i want to understand what potential problems it can cause in work environment.