NSWorkspace notifications related to time change
NSWorkspace notifications related to time change
- Subject: NSWorkspace notifications related to time change
- From: Carl Hoefs via Cocoa-dev <email@hidden>
- Date: Wed, 18 Dec 2019 10:18:51 -0700
I have a macOS daemon that uses NSTimers for scheduling user event reminders.
This works well except for abrupt time changes:
(1) the user explicitly changes the date/time
(2) the user crosses into a different time zone
(3) daylight saving time comes/goes.
Then I need to recalculate the timers based on the new current time.
The Apple docs don't list any NSWorkspace notifications related to the above.
How can I handle these cases?
-Carl
macOS Mojave 10.14.6, ObjC+Cocoa, Xcode 11.2.1
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden