CFTimeZoneCopyKnownNames()
Returns an array of strings containing the names of all the time zones known to the system.
Declaration
func CFTimeZoneCopyKnownNames() -> CFArray!Return Value
An array containing CFString objects representing all the known time zone names. Ownership follows the The Create Rule.