Search code examples
iosobjective-cnsurlrequest

Retrieve time from 0.pool.ntp.org in iOS


How would you retrieve the current time from 0.pool.ntp.org and convert it to a usable date in iOS 7?


Solution

  • You may want to use this library: https://github.com/jbenet/ios-ntp Then you can retrieve the time from the server using:

    [NSDate networkDate];