Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ntp daemon calculates the drift of your system clock and continuously adjusts it. 

Determine the systems current timezone,

Code Block
languagebash
...

If need be change timezone,

{code:language=bash

Install the ntp daemon,

Code Block
languagebash
sudo apt-get install ntp

The advantage over the traditional cron tab approach is less inconsistency in logs for when there are large time corrections. The cost is a little processing power and memory, but for a modern server this is negligible.

...