timeZoneForSecondsFromGMT_ static method
timeZoneForSecondsFromGMT:
Implementation
static NSTimeZone timeZoneForSecondsFromGMT_(int seconds) {
final _ret = _objc_msgSend_23(
_class_NSTimeZone, _sel_timeZoneForSecondsFromGMT_, seconds);
return NSTimeZone.castFromPointer(_ret, retain: true, release: true);
}