0

I've set up a local NTP server on Debian. In ntp.conf I configured pool.ntp.org as the NTP server(s) to sync time with and my local subnet broadcast IP for my NTP server. The local NTP server works great, but I have issues with time zones: device time zones are off depending how I initially configured them.

Is there a way how for example add info about time zone in ntp.conf file or some other way how to present time zone information in NTP?

Or are time zones only configurable manually? As far as I know, NTP only has UTC info and that's it. I don't have that many devices, but it would be quite frustrating to manually configure 500 servers, for example.

Paul Gear
  • 4,686
Jon
  • 167

1 Answers1

3

No. NTP is a UTC based reference.

As for configuring time zone on lots of hosts, use your favorite configuration management system. Ansible has a timezone module for example, but there are many other solutions. Or don't set it, and rely on applications and user preferences to pick local time.

John Mahowald
  • 36,071