# 查看当前时区
timedatectl
# 搜索上海时区
timedatectl list-timezones | grep Shanghai
# 修改时区
timedatectl set-timezone Asia/Shanghai
# 验证是否修改成功
date -R
# 网络时间同步
apt install -y ntpdate
ntpdate ntp.aliyun.com
Ubuntu修改时区
发布于 2023-01-03 334 次阅读
发布于 2023-01-03 334 次阅读
# 查看当前时区
timedatectl
# 搜索上海时区
timedatectl list-timezones | grep Shanghai
# 修改时区
timedatectl set-timezone Asia/Shanghai
# 验证是否修改成功
date -R
# 网络时间同步
apt install -y ntpdate
ntpdate ntp.aliyun.com
Comments NOTHING