将时区修改为CST

mv /etc/localtime /etc/localtime.bak
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

定时任务需要重启服务才能生效:

service crond restart

  

相关文章:

  • 2021-12-21
  • 2021-12-21
  • 2021-08-17
  • 2021-07-13
  • 2022-02-12
  • 2021-12-09
  • 2021-11-18
猜你喜欢
  • 2022-01-30
  • 2021-08-18
  • 2022-12-23
  • 2022-01-20
  • 2022-01-10
  • 2021-06-05
相关资源
相似解决方案