Memeriksa zona waktu :
# timedatectl
Local time: Thu 2025-11-20 13:12:31 WIB
Universal time: Thu 2025-11-20 06:12:31 UTC
RTC time: n/a
Time zone: Asia/Jakarta (WIB, +0700)
System clock synchronized: yes
NTP service: inactive
RTC in local TZ: no
# ls -l /etc/localtime
lrwxrwxrwx 1 root root 34 Apr 23 2025 /etc/localtime -> ../usr/share/zoneinfo/Asia/Jakarta
Mengubah zona waktu
# timedatectl list-timezones
# timedatectl set-timezone Asia/Jakarta
apt install openntpd
systemctl enable openntpd
systemctl start openntpd
