diff --git a/Clocker/Preferences/General/PreferencesViewController.swift b/Clocker/Preferences/General/PreferencesViewController.swift index 6cc70b4..e3a7137 100644 --- a/Clocker/Preferences/General/PreferencesViewController.swift +++ b/Clocker/Preferences/General/PreferencesViewController.swift @@ -642,6 +642,8 @@ extension PreferencesViewController { // Mark if the timezone is same as local timezone let timezoneObject = TimezoneData(with: newTimeZone) + timezoneObject.isSystemTimezone = timezoneObject.timezone() == NSTimeZone.system.identifier + let operationsObject = TimezoneDataOperations(with: timezoneObject) operationsObject.saveObject()