1

What is the easiest way to set an incoming ntp server and then set the local tz so the ntp is syncing correctly?

conma293
  • 13
  • 5

1 Answers1

0

To configure your system's timezone, either from a terminal run

sudo dpkg-reconfigure tzdata

or via the GUI open the application "Time & Date" (in the dash type "time" and it will show up) and set your location.

To configure NTP servers, if you have the (default) ntpdate package installed, edit NTPSERVERS in /etc/default/ntpdate, or if you (additionally) have the ntp package installed, edit /etc/ntp.conf.

zwets
  • 12,354