-1

Is there any solution to retrieve time from a NTP server and change time locally (Increase or decrease) and then distribute new time to other servers?
As an example, server retrieve UTC time and change it +1 (Or increase by one hour) and then distribute increased time to others automatically as a NTP server.

  • You want to distribute the wrong time? – Michael Hampton Oct 27 '20 at 22:36
  • Yes, Our application needs GMT+1 instead of local time. we need to solution for converting UTC to current time +1 and distribute the localtime of this server to the others. – Davoud Teimouri Oct 28 '20 at 10:47
  • 3
    Why don't you just set the time zone? – Michael Hampton Oct 28 '20 at 19:48
  • There is a solution to this, it's called "correct timezone setting". It's possible to set it per server and nothing on your NTP has to be changed. UTC ist just a universal time and will be coverted according to the local timezone setting. – bjoster Nov 04 '20 at 14:11

1 Answers1

3

Configure operating system and applications to use time zones.

Do not alter NTP. NTP has no mechanism for time zone style offsets.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34
  • I want time synchronization between our internal NTP server with external NTP sever but forward time as current time+1hour to other servers with UTC timezone. – Davoud Teimouri Oct 28 '20 at 19:50
  • Time zone still isn't a thing in NTP. Users configuring a time zone offset will not get what they expect. If you connect to not broken NTP servers, your time may step a large offset. – John Mahowald Oct 29 '20 at 03:14