Ubuntuにハードウェアクロックが現地時間であることを伝える方法は?
このコマンドは役に立ちませんでした:
timedatectl set-local-rtc 1
systemd
を使用するUbuntuリリースでは、時間をローカルに変更してすぐにクロックを更新するコマンドは
timedatectl set-local-rtc 1 --adjust-system-clock
timedatectl
を実行すると、警告が表示されます
Warning: The system is configured to read the RTC time in the local time zone.
This mode can not be fully supported. It will create various problems
with time zone changes and daylight saving time adjustments. The RTC
time is never updated, it relies on external facilities to maintain it.
If at all possible, use RTC in UTC by calling
'timedatectl set-local-rtc 0'.
この警告は、0に設定されていることを意味するものではありません。0に設定されている場合、timedatectlステータスは「RTC inローカルTZ:no」であり、警告はありません。デュアルブートの場合は、「RTC inローカルTZ:はい」が推奨されます。推奨されるコマンドは、RTCを「no」に戻すためのものです。