"The system time has changed" events after waking from sleep

Posted by Damir Arh on Super User See other posts from Super User or by Damir Arh
Published on 2010-03-08T11:06:19Z Indexed on 2010/03/08 11:21 UTC
Read the original article Hit count: 1085

Sometimes when my computer running Windows 7 wakes up from sleep, it has to adjust the time. When this happens the following system event is logged:

<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'>
    <System>
        <Provider Name='Microsoft-Windows-Kernel-General' Guid='{A68CA8B7-004F-D7B6-A698-07E2DE0F1F5D}'/>
        <EventID>1</EventID>
        <Version>0</Version>
        <Level>4</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000010</Keywords>
        <TimeCreated SystemTime='2010-03-06T19:09:57.500000000Z'/>
        <EventRecordID>10672</EventRecordID>
        <Correlation/>
        <Execution ProcessID='4' ThreadID='56'/>
        <Channel>System</Channel>
        <Computer>GAME</Computer>
        <Security/>
    </System>
    <EventData>
        <Data Name='NewTime'>2010-03-06T19:09:57.500000000Z</Data>
        <Data Name='OldTime'>2010-03-06T17:34:32.870117200Z</Data>
    </EventData>
    <RenderingInfo Culture='sl-SI'>
        <Message>The system time has changed to ?2010?-?03?-?06T19:09:57.500000000Z from ?2010?-?03?-?06T17:34:32.870117200Z.</Message>
        <Level>Information</Level>
        <Task></Task>
        <Opcode>Info</Opcode>
        <Channel>System</Channel>
        <Provider>Microsoft-Windows-Kernel-General</Provider>
        <Keywords>
            <Keyword>Time</Keyword>
        </Keywords>
    </RenderingInfo>
</Event>

When this happens (I noticed it twice until now) the old time always corresponds to the time when computer entered sleep. The problem is that if Windows Media Center is scheduled for recording during this time, it just skips it as if the computer was turned off. I never had this problem running Windows Vista on the same machine.

Any ideas what could be causing this problem and how to solve it are welcome.

© Super User or respective owner

Related posts about windows-7

Related posts about windows-media-center