I am trying to design a system where real-time events happen and I want to synchronise them to a clock. [NSDate date] would normally be ok but the user could c
[NSDate date]
The only idea that I can think of is to use a NTP server to obtain the clock, but that would require network connectivity.