CFTimeZoneSetDefault(_:)
Sets the default time zone for your application the given time zone.
Declaration
func CFTimeZoneSetDefault(_ tz: CFTimeZone!)Parameters
- tz:
The time zone to use as default.
Discussion
There can be only one default time zone, so by setting a new default time zone, you lose the previous one.