Linux设置时区 - 程序员中文网-程序员中文网 Linux设置时区 - 程序员中文网-程序员中文网
欢迎光临
我们一直在努力

Linux设置时区

查看时区
cat /etc/timezone

root@sy10-10-200-130:~# cat /etc/timezone
Etc/UTC

查看可用的时区
timedatectl list-timezones

root@sy10-10-200-130:~# timedatectl list-timezones
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa

若要将时区设置为Asia/Shanghai,可执行:
sudo timedatectl set-timezone Asia/Shanghai

启用 NTP 自动时间同步
网络时间协议(NTP)可让系统自动与 NTP 服务器同步时间,确保时间的准确性。可以使用以下命令启用 NTP 同步:

sudo timedatectl set-ntp true

赞(0)
未经允许不得转载:程序员中文网 » Linux设置时区
手机电脑