双系统的时间问题不知道大家有没有这样的经验,在同一台电脑上装一个linux和windows(或者一个mac OS和一个windows),都把时间调到UTC +8之后,每次重启之后就发现时间被reset了,是不是因为系统时间被reset了?一个系统时间跟+8走,一个不跟+8走
谢谢解疑
UTC problem
either both use UTC or both local time.
In your case, one is UTC, the other is local time. Suppose linux shows 13:00, and windows shows 5:00, then linux must be using UTC and windows using local time. Because linux "think" it's UTC 5:00.
It seems Windows XP can only use local time. Correct me if I'm wrong.
In linux, check /etc/sysconfig/clock
I don't know Mac
In your case, one is UTC, the other is local time. Suppose linux shows 13:00, and windows shows 5:00, then linux must be using UTC and windows using local time. Because linux "think" it's UTC 5:00.
It seems Windows XP can only use local time. Correct me if I'm wrong.
In linux, check /etc/sysconfig/clock
I don't know Mac