Timezone calculation
How to find out the current time in different timezone in xcode for an iphone application? Suppose i'm开发者_如何学JAVA in India and i want to know the current time in USA how do i get the time then.
Thanks in advance Joy
See Introduction to Date and Time Programming Guide for Cocoa.
There are built-in methods for handling timezones.
精彩评论