方法三:直接修改/etc/sysconfig/clock文件
vi /etc/sysconfig/clock
ZONE="Asia/Shanghai"
UTC=true
ARC=false
rm /etc/localtime
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

 

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2021-09-18
  • 2022-02-03
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2021-07-27
  • 2021-11-17
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案