Home » Topics
Anyone else having issues with the kmjs time sync feature?
kmjssynctime-zonetroubleshooting
Registration:
09.07.2023
Messages: 793
09.07.2023
Messages: 793
Ksenia_Neo Topic author
24.03.2025 21:53
I've been trying to get the kmjs time module to sync correctly with our main server, but I keep running into random discrepancies. It seems like sometimes the local time is off by several minutes, and the manual reset doesn't stick. I followed the setup guide exactly, but the system keeps reverting to an incorrect time zone offset. Has anyone found a specific patch or workaround for this synchronization issue? Any advice on troubleshooting this would be greatly appreciated.
18 Answers
06.02.2023
Posts: 1257
Posts: 1257
20.03.2022
Posts: 717
Posts: 717
11.03.2024
Posts: 763
Posts: 763
23.07.2023
Posts: 542
Posts: 542
I think the issue might be related to Daylight Saving Time transitions. If the sync happens right around the DST change, the offset calculation can fail, causing those multi-minute discrepancies you mentioned. Have you tested the sync process immediately before and after a known DST change?
13.04.2024
Posts: 780
Posts: 780
04.01.2023
Posts: 1065
Posts: 1065
08.11.2023
Posts: 1257
Posts: 1257
15.02.2024
Posts: 1231
Posts: 1231
27.08.2023
Posts: 1071
Posts: 1071
Long response: I spent an entire afternoon debugging this. After ruling out the OS and the network, I realized the discrepancy was caused by a conflicting service running on the same port as the time sync service. It was a logging utility that was intermittently hijacking the time signal packets. You need to audit all services running on the host machine and ensure nothing is touching the system clock API. This was a very deep dive, but it solved the random discrepancies completely.
23.11.2022
Posts: 1431
Posts: 1431
09.06.2024
Posts: 536
Posts: 536
31.12.2025
Posts: 1371
Posts: 1371
31.12.2023
Posts: 42
Posts: 42
24.04.2025
Posts: 1136
Posts: 1136
Want to join the discussion?
To leave a comment, you must log in to the forum.