About 37,500 results
Open links in new tab
  1. How Does the Network Time Protocol Work? - Stack Overflow

    Aug 5, 2009 · The NTP client asks all of its NTP servers what time it is. The different servers will give different answers, with different confidence levels because the requests will take different …

  2. Is Android using NTP to sync time? - Stack Overflow

    69 Do Android Devices use the network time protocol (NTP) to synchronize the time? In my Device-Settings I see a checkbox with the following text "synchronize with network", but I don't …

  3. ntp - How to make sure docker's time syncs with that of the host ...

    Jul 3, 2014 · At times, I see that the time is not right on the dockers. Currently I have changed the run script in every docker to include the following lines of code. yum install -y ntp service ntpd …

  4. logic - How does NTP Clock Discipline work? - Stack Overflow

    Oct 14, 2013 · This introduce a layer of complexity and the question How to synchronize with one server? has no direct answer because algorithms are built to synchronize with multiple clocks. …

  5. ESP32 Unable to get time form the NTP server - Stack Overflow

    Mar 26, 2023 · I am looking for a method to obtain the time from an NTP server. I have code that seems to work but have learned that you to put in a delay before printing the date ad time. My …

  6. Does puppetlabs/ntp work for windows 10/server? - Stack Overflow

    Jul 23, 2022 · The puppetlabs/ntp module's page on the Forge does not list any version of Windows among the supported operating systems. The Puppet PE supported modules page …

  7. How does CLOCK_MONOTONIC handle NTP changes to the …

    Nov 29, 2022 · However, CLOCK_MONOTONIC is effected by NTP daemon time-changes known as clock "slewing". By the definition of CLOCK_MONOTONIC, we know that it will never jump …

  8. ntp questions: slewing versus jumping the time - Stack Overflow

    Nov 16, 2015 · ntp doesn't want to jump your clock, because discontinuous time jumps are Bad. It wants to adjust your clock gradually -- very gradually. It's very conservative: by default, it won't …

  9. Will a docker container auto sync time with its host machine?

    Apr 2, 2014 · Do I need a NTP server inside a docker container to periodically sync the time or will the container re-sync time with its host machine? The docker container time zone is correctly set.

  10. How does NTP calculates its next polling interval

    Jun 11, 2014 · The good explanation about poll interval can be found here and below is an excerpt. NTP uses an intricate heuristic algorithm to automatically control the poll interval for …