4

I have installed Ubuntu 18.04 on my Laptop and use hibernate very often, but if I resume, the clock in the top panel shows the wrong time. If I go to Settings > Information > Date and Time and toggle the Determine date and time automatically option twice the time gets updated correctly.

Is there any way to update the time automatically on resume after hibernate? After reboot the clock in the top panel shows the correct time.

1 Answers1

1

If you install ntp by

sudo apt install ntp

Your time will be always automatically synchronized with time servers.

Another way is to correct the service that brings the system up from hibernation to run ntpdate.

Pilot6
  • 90,100
  • 91
  • 213
  • 324