Time Automatically Changed to Past 6 to 12 hour on Windows 2012 R2

Sapana Kumar Padhy 21 Reputation points
2022-01-30T15:25:56.173+00:00

Dear Microsoft Team,

before 3 month I was using Server 2008 R2, It was running perfectly since last 5 year but before 3 month when I Installed 2012 R2 , I facing a problem from day 1 that its time get automatically changed to previous 5 to 12 hour after every time I corrected manually or with help of Internet Time. So kindly please help me to resolve this Time auto change Error as soon As possible.

Thank you.

Sapana Kumar

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-01-31T15:19:09.937+00:00

    Without internet or some other local time source the Windows Time service is not needed.
    w32tm /unregister
    net stop w32time
    will remove it.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


5 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-01-30T16:00:11.387+00:00

    Domain or workgroup? What roles are installed?

    0 comments No comments

  2. Sapana Kumar Padhy 21 Reputation points
    2022-01-30T20:27:14.5+00:00

    Desr Team,

    This is in workgroup .

    0 comments No comments

  3. Anonymous
    2022-01-30T20:33:41.91+00:00

    changed to previous 5 to 12 hour after every time

    Not sure what this means but might try using a different time source.

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    Many can be found here.
    https://tf.nist.gov/tf-cgi/servers.cgi

    Also check the time zone settings are correct for your location and filter the system event log for Source == Time-Service and check for clues.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  4. Sapana Kumar Padhy 21 Reputation points
    2022-01-31T07:51:56.167+00:00

    Thanks for your valuable information.

    after using your command lines Two time, my Time Source is changed from Time.windows.com -IP address to Local COMS clock..
    I hope it will work perfectly now. but I have a doubt

    in bellow command line, If do not have any local NTP server and We use this server in local only without any internet then which IP address / what we have to write there so that server can work with proper time without any internet locally .

    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update

    now status is like
    169816-time-status.jpg

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.