From 96e10dcca170f9ed764d54d820b2b1d996cd3923 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sat, 5 Mar 2022 15:47:09 -0500 Subject: [PATCH] Update PreferencesViewController.swift --- Clocker/Preferences/General/PreferencesViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Clocker/Preferences/General/PreferencesViewController.swift b/Clocker/Preferences/General/PreferencesViewController.swift index e3a7137..19427f4 100644 --- a/Clocker/Preferences/General/PreferencesViewController.swift +++ b/Clocker/Preferences/General/PreferencesViewController.swift @@ -642,7 +642,6 @@ 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()