Services: Network Time: GeneralSet your preferred NTP time anchors (e.g pool.ntp.org), save, adjust the clock to within a minute and start the service.Bart...
Also, check to make sure that your clock is staying synced. Even if you have NTP configured your clock can drift too much and cause issues like this.If that's the case you'll need to change your clock implementation with a tuneable.
sudo ntpdate -u time.google.com
Quote from: CJ on July 14, 2023, 03:05:18 pmAlso, check to make sure that your clock is staying synced. Even if you have NTP configured your clock can drift too much and cause issues like this.If that's the case you'll need to change your clock implementation with a tuneable.your reference to Drifting made me curious.I also found the solution:Code: [Select]sudo ntpdate -u time.google.comthis reset the 'drift' from -12xx to +.00005Thanks for your input guys!