How would you retrieve the current time from 0.pool.ntp.org
and convert it to a usable date in iOS 7
?
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];