CFTimeZoneCopySystem()
Returns the time zone currently used by the system.
Declaration
func CFTimeZoneCopySystem() -> CFTimeZone!Return Value
A time zone representing the time zone currently used by the system, or the GMT time zone if the current zone cannot be determined. Ownership follows the The Create Rule.