Best way to synchronize iPhone time with the server
问题 I have a client server model where server will send some data which has date parameters and iPhone will need to render it. Server and iPhone will resides in different timezones. So I need to synchronize times in both. Let say user has done some activity at "07/18/2011/04 /45/EDT" (server time). From the iPhone end I need to convert this date string into a NSDate object. What is the best way to achieve this. Thank you 回答1: Sorry for the late response, just looked for "NSDate Sync to Server" on