-(NSString *)getStandardTimeZone{
NSTimeZone *timeZone=[NSTimeZone defaultTimeZone];
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US"];
NSString *timeZoneId = [timeZone localizedName:NSTimeZoneNameStyleStandard locale:locale];
return timeZoneId;
}
NSTimeZone *timeZone=[NSTimeZone defaultTimeZone];
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US"];
NSString *timeZoneId = [timeZone localizedName:NSTimeZoneNameStyleStandard locale:locale];
return timeZoneId;
}
No comments:
Post a Comment