時刻設定
動作確認済みシステムDebian 11
まず、以下のコマンドで、現在のタイムゾーンを確認する。
timedatectl
もし、タイムゾーンを変更したい場合は、以下のようにする。
(例として、Asia/Tokyoに変更)
timedatectl set-timezone Asia/Tokyo
NTPの同期先の設定を行う。
vi /etc/systemd/timesyncd.conf
[Time]
NTP=ntp.nict.jp
systemd-timesyncd.serviceを再起動する。
systemctl restart systemd-timesyncd.service