在Ubuntu中配置系統時間和時區可以通過以下步驟完成:
sudo timedatectl set-timezone 時區
例如,要將時區設置為中國上海時間,可以輸入以下命令:
sudo timedatectl set-timezone Asia/Shanghai
timedatectl
這將列出當前系統時間、時區和NTP同步狀態。
sudo date --set="YYYY-MM-DD HH:MM:SS"
其中,YYYY-MM-DD是日期,HH:MM:SS是時間。
sudo apt-get install ntp
sudo systemctl enable ntp
sudo systemctl start ntp
通過以上步驟,您可以在Ubuntu中配置系統時間和時區。