| Declared in | NSTimeZone+Offset.h | 
|---|
+ (id)timeZoneWithStringOffset:(NSString *)offset The timezone offset as a string such as "+0100"
A time zone with the specified offset
Creates and returns a time zone with the specified offset. The string is broken down into the hour and minute components which are then used to work out the number of seconds from GMT.
NSTimeZone+Offset.h- (NSString *)offsetStringThe receivers offset as a string in HHMM format.
Returns the receivers offset as an HHMM formatted string.
NSTimeZone+Offset.hLast updated: 2011-2-20