CentsOS 6 返回错误时间

CentsOS 6 返回错误时间

当前本地时间为 2020 年 6 月 11 日 22:35

我已将 CentOS 时区设置为亚洲/科威特

[root@server etc]# ls -l /etc/localtime
lrwxrwxrwx 1 root root 6 Jun 11  2020 /etc/localtime -> Kuwait

但当前日期命令正在重新调整错误的日期时间:-

[root@server Asia]# date
Thu Jun 11 19:38:11 UTC 2020

答案1

看起来像是一个损坏的符号链接,因为 tzdata 应该位于/usr/share/zoneinfo/Asia/Kuwait

跟着EL6 及更早版本编辑时区的步骤. 编辑/etc/sysconfig/clockAsia/Kuwait 运行tzdata-update

相关内容