Contents

resetSystemTimeZone()

Clears any time zone value cached for the System property.

Declaration

class func resetSystemTimeZone()

Discussion

If the app has cached the system time zone by accessing the system class property, this method clears that cached value. If you subsequently access the system class property, a new time zone object is created and cached.

See Also

Working with System Time Zones