NSSystemClockDidChange
A notification posted whenever the system clock is changed.
Declaration
static let NSSystemClockDidChange: NSNotification.NameDiscussion
This can be initiated by a call to settimeofday(_:_:) or the user changing values in the Date and Time Preference panel.
The notification object is null. This notification does not contain a userInfo dictionary.