Code-Memo

Time management (NTP, timedatectl)

timedatectl (systemd)

Status:

timedatectl status

Set timezone:

timedatectl list-timezones | grep -i "europe"
sudo timedatectl set-timezone Europe/Athens

Enable/disable NTP (systemd-timesyncd or other backend):

sudo timedatectl set-ntp true
sudo timedatectl set-ntp false

NTP implementations

Common options:

chrony quick commands (if installed)

chronyc sources
chronyc tracking

Troubleshooting checklist