timeZoneForSecondsFromGMT_ static method

NSTimeZone timeZoneForSecondsFromGMT_(
  1. int seconds
)

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);
}