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?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.
link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.