What is the easiest way to set an incoming ntp server and then set the local tz so the ntp is syncing correctly?
Asked
Active
Viewed 496 times
1 Answers
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,770
- 2
- 37
- 46