pve里面创建的lcx容器时间不对?

默认使用的是UTC时间,可以用下面命令改为北京时间

ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
timedatectl set-timezone Asia/Shanghai