LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   why does time of windows chnages when linux time is set (https://www.linuxquestions.org/questions/linux-newbie-8/why-does-time-of-windows-chnages-when-linux-time-is-set-660387/)

ankitp 08-04-2008 12:10 PM

why does time of windows chnages when linux time is set
 
why does time of windows chnages when linux time is set

Berticus 08-04-2008 12:33 PM

both Linux and Windows needs to be set to localtime. Don't quite remember how to do it in Windows (it should be default), in Linux, edit /etc/conf.d/clock:
Code:

# find and edit the following line:
CLOCK="local"


forrestt 08-04-2008 01:08 PM

To expand on the reason "why"...

Windows sets the computer's BIOS clock to the time you set it to based on local time. By default, Linux sets the computer's BIOS clock to Greenwich Mean Time (GMT) and then calculates the time to display with a GMT offset based on what you have your locale set to.

HTH

Forrest

jay73 08-04-2008 03:02 PM

That is correct. Only you will usually see the term UTC (Universal Time Coordinated) rather than GMT.


All times are GMT -5. The time now is 05:44 PM.