-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Hey, I found by way here (and by the way, thanks for MHSNTP!) researching / planning a solution to user interference with the system clock.
In that stead, I think instead of using [NSDate date] to keep track of relative time....
(for example...
- (void)locked_query:(MHSNTPManagerEntry *)entry
entry.lastRequestDate = [NSDate date];
)
that it would be better to use this method of calculating system uptime
Reactions are currently unavailable