1./etc/timezone 中寫 Asia/Shanghai
2.usr/share/zoneinfo 目錄下找到Shanghai拷貝為/etc下的localtime
3./etc/default/rcS 文件中保證有這行 UTC=no
4.aptitude install ntpdate
ntpdate pool.ntp.org
hwclock --systohc
1./etc/timezone 中寫 Asia/Shanghai 2.usr/share/zoneinfo 目錄下找到Shanghai拷貝為/etc下的localtime 3./etc/default/rcS 文件中保證有這行 UTC=no 4.aptitude install ntpdate ntpdate pool.ntp.org hwclock --systohc |