Skip to content

Commit

Permalink
Update PreferencesViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Feb 7, 2022
1 parent c2e7bb1 commit 167d03b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Clocker/Preferences/General/PreferencesViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +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()

Expand Down

0 comments on commit 167d03b

Please sign in to comment.