Debian时间快8小时问题
时区相关的文件
/etc/timezone 记载了时区
/usr/share/zoneinfo/ 记载了该市区的具体信息
/usr/share/zoneinfo/Asia/Shanghai
↓
/etc/localtime 真实使用的时区信息
/etc/default/rcS 设定系统是否使用UTC
两种正确的设置:
BIOS=本地时间,UTC=no
BIOS=UTC时间,UTC=yes
如果以上配置文件内容都没问题的话……就要刷新硬件时间了
时间相关的命令
hwclock –show :显示硬件时间
hwclock –systohc :将系统时间写入硬件
hwclock –hctosys :将硬件时间写入系统时间
网上对时
apt-get install ntpdate
ntpdate pool.ntp.org
对比检查
date
hwclock –show
写入
hwclock –systohc
完事……