//core/io.islandtime.darwin/toNSTimeZone
toNSTimeZone¶
darwin
fun UtcOffset.toNSTimeZone(): <ERROR CLASS>
Converts this offset into an equivalent NSTimeZone
with a fixed UTC offset.
Note that NSTimeZone
will round the totalSeconds
value to the nearest minute.
darwin
fun TimeZone.toNSTimeZone(): <ERROR CLASS>
Converts this time zone to an NSTimeZone
.
Throws¶
io.islandtime.zone.TimeZoneRulesException | if the identifier isn't recognized as valid for an NSTimeZone |