I monitor ntp activity from the computers and iPhones on my home network, so I have a good understanding of how Apple does this, at least on OS X and iOS 8.4, at least when WiFi is available.<p>It's simple ntp. The computers ask DNS for time.apple.com, while the iOS devices ask for a similar domain, time-ios.apple.com. From that point both types of devices make ntp requests. What I do on my firewall is redirect those requests to my local ntp server, this saves on external ntp traffic.<p>time.apple.com resolves to 12 different IP addresses, all on Apple's 17.0.0.0/8 network. It's easy to see, just issue the following command and you'll see all of them:<p><pre><code> ntpdate -quv time.apple.com
</code></pre>
These servers are pretty darn good, they're stratum 1, they're distributed all over the world. Time from them seems to agree to within milliseconds of each other. The iOS address only seems to resolve to 3 places, but those also agree to milliseconds of each other.<p>Given that, I can think of at least 3 different error scenarios:<p>1) Apple broke something in actual ntp implementation in iOS 9.<p>2) One of the iOS ntp servers is goofing up. Unlikely since I'm sure Apple doubtlessly has lots of monitoring for errors like that.<p>3) Without WiFi available, iOS relies on the cell carrier for time services. Of course, the operation of the cell network depends on all phones knowing the exact time, but that probably doesn't carry over to something ancillary like ntp. Perhaps a carrier's ntp server is borked?<p>To resolve this it would be interesting to know and try:<p><pre><code> does the problem happen only on WiFi?
does the problem happen only on cellular?
does the problem only happen with a specific carrier?
if WiFi, use something like tcpdump to monitor the
actual packets to see if any obviously bad time is
being served
</code></pre>
Why would anyone update to 9.0.0 anyway? New software always has teething problems.
Easier way to check if your phone is affected: <a href="http://time.is" rel="nofollow">http://time.is</a><p>My iPhone running iOS 9 (updated launch day) is 17 seconds ahead!
Any idea why the time is incorrect? Does forcing a synchronization of the clock in the settings fix it? (Don't have an iphone, so I'm unsure if such an option exists)