diff --git a/Clocker/Preferences/General/PreferencesViewController.swift b/Clocker/Preferences/General/PreferencesViewController.swift index d8c9326..ce3c08b 100644 --- a/Clocker/Preferences/General/PreferencesViewController.swift +++ b/Clocker/Preferences/General/PreferencesViewController.swift @@ -791,6 +791,7 @@ extension PreferencesViewController { data.timezoneID = metaInfo.0.name data.formattedAddress = metaInfo.1.formattedName data.selectionType = .timezone + data.isSystemTimezone = metaInfo.0.name == NSTimeZone.system.identifier let operationObject = TimezoneDataOperations(with: data) operationObject.saveObject()