• 2022-01-27
怎样修改linux时区

方法:1、利用“sudo rm -f /etc/localtime”等命令修改系统时区;2、利用Systemd更改linux系统时区,语法为“sudo timedatectl set-timezone......

11