2
Build 9042 Your system clock is more than 15 seconds off....
Problem reported by Brian Bjerring-Jensen - 10/9/2024 at 2:25 AM
Submitted
And its not.




So the problem has returned since several builds back...

4 Replies

Reply to Thread
0
Zach Sylvester Replied
Employee Post
Hi Brian,

Thanks for reporting this issue. Let's try these steps to make sure everything is in sync:

  • Manually Sync Time:
    • Open Command Prompt as admin.
    • Run:  w32tm /resync.
  • Check Windows Time Service:
    • Press Win + R, type services.msc.
    • Find Windows Time, ensure it's running and set to Automatic.
  • Verify Time Settings:
    • Go to Settings > Time & Language.
    • Make sure the time zone is correct and Set time automatically is enabled.
  • Network Latency:
Let me know if this helps or if the issue persists!

Best Regards,
Zach
Zach Sylvester Software Developer SmarterTools Inc. www.smartertools.com
1
Brian Bjerring-Jensen Replied
Everything is set accordingly and nothing is wrong. Only thing is the update from 8930 to 9042 and timeout from time.nist.gov

This is running every 5 mins to make sure that the server is always in sync

w32tm /resync /rediscover

This script is running every 3 hrs on schedule

@echo off
w32tm /query /peers
sc config w32time start= auto
w32tm /config /syncfromflags:manual /manualpeerlist:"time.nist.gov, 0.dk.pool.ntp.org, 1.dk.pool.ntp.org, 2.dk.pool.ntp.org, 3.dk.pool.ntp.org"
w32tm /config /reliable:yes
net stop w32time
net start w32time
w32tm /resync /nowait


Be aware that time.nist.gov doesnt respond to ICMP requests.... at all.

0
Ray Burd Replied
Employee Post
If your server is set up as a VM through VMWare, you may also need to have VMWare Tools installed on the server in order to fix issues with Time Sync.
Ray Burd System/Network Administrator SmarterTools Inc. www.smartertools.com
0
Brian Bjerring-Jensen Replied
VmWare tools is installed on the server and running :)

No time sync with the host though.

Reply to Thread