Top "Nstimezone" questions

Time Zone data for iOS and Mac OS X

Type 'TimeZone' has no member 'local' in Swift3

I am converting project developed in Swift2.3 to Swift3.0 using Xcode8 Beta4. In which I have method to convert date …

ios swift swift3 nstimezone
iPhone - Differences among time zone convenience methods

I see that NSTimeZone has these methods : defaultTimeZone localTimeZone systemTimeZone Can someone explain to me, in simple terms, what the …

objective-c cocoa-touch ios nstimezone
How to get full time zone name ios

How do we get full time zone name in iOS like Indian Standard Time instead of IST. NSTimezone *timeZone=[NSTimeZone …

ios objective-c xcode timezone nstimezone
How to change string to date without converting to any timezone in Swift?

I know there are lot of questions passing around over this simple issue, but still I couldn't get a clear …

ios swift nsdateformatter nstimezone
How can I get the Correct Current Time in iOS?

I know this it the repeated question. I have reviewed many answers but still didn’t get any solution. My …

ios objective-c swift time nstimezone
iOS - How to get raw offset for timezone?

How do I get the raw offset in milliseconds for Coordinated Universal Time in iOS programmatically?

ios timezone nstimezone
Time Zone offset number in Objective-c?

How can I get the Timezone offset in Objective-C (for iPhone OS 3)? For example, GMT -5 is US Eastern Time. …

iphone objective-c time nstimezone
NSCalendar dateFromComponents: GMT timezone instead of systemTimeZone

This code NSCalendar *calendar =[NSCalendar currentCalendar]; [gregorian setTimeZone:tz]; NSLog(@"%@", [gregorian timeZone]); NSDateComponents *comp = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit) fromDate:[NSDate …

iphone ios nscalendar nstimezone
How to get the extract the Time zone from systemTimeZone(NSTimeZone)

can any one get me the idea in extracting the Time zone from systemTimeZone(NSTimeZone) i have added the sample …

iphone ipad nstimezone