I am using IIS-8 under Windows Server 2012 R2. and the time for both the IIS & windows server were exactly the same. but this week we changed our server time be adding one hour for daylight saving time. this caused our IIS time to be different than the real time.
now I am using a schedule tool named hangfire which execute background jobs and it is hosted under IIS, and I am allowing users to determine the schedule time using a UI.
The problem is that currently if we set the schedule time for example to be 18:00 , it will be executed at 19:00. also the IIS logs time is one hour pass the actual time. so can anyone advice on this please?how i can force the IIS time and date to be in-sync with our windows server time and date?
Thanks