0

One of our servers has been set with an incorrect time zone for months and it has affected some of our data in SQL Server. Is there any way to see when time zone settings were made on the server?

8kb
  • 183
  • 2
  • 7

2 Answers2

2

I changed the time on my workstation and it wrote an event to the windows system event log with an eventId of 1. Text of log below:

The system time has changed to ‎2011‎-‎08‎-‎18T18:49:24.356138400Z from ‎2011‎-‎08‎-‎18T18:49:24.356138400Z.
Jason Cumberland
  • 1,559
  • 10
  • 13
1

if you check the system logs it will show when the time change was done.

tony roth
  • 3,844
  • 17
  • 14