1
General Discussion / Re: SystemTime is not correct
« on: July 18, 2023, 10:56:18 am »Services: Network Time: General
Set your preferred NTP time anchors (e.g pool.ntp.org), save, adjust the clock to within a minute and start the service.
Bart...
First place I looked.
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.
your reference to Drifting made me curious.
I also found the solution:
Code: [Select]
sudo ntpdate -u time.google.com
this reset the 'drift' from -12xx to +.00005
Thanks for your input guys!