Solved Clock in win8 changes time when I switch between OS's

Erndog

New Member
Messages
13
I have a dual boot set-up with 2hhd's. Win8 on one and Zorin9 on the other.
Whenever I switch from Zorin to Win8 the clock in Win8 advances by 5 hours
The time zone stays the same but the time changes
The clock in Zorin = no problem.
 
Sorry, I can't spell your state. Boston is easier to spell for me. Check it out though - Boston is 5h off of UTC (or GMT if you prefer). That is almost certainly your issue rather than a co-incidence.

Screen Shot 2015-01-10 at 12.03.19.png
 
See this from stack exchange. I had the same problem with Windows 7/Ubuntu 13.10 dual-boot. That I decided to stay dual boot I just Saved this on an external disk to remember for all Ubuntu(on which Zorin is based) distros: [h=3]Make Linux use 'Local' time[/h]
To tell your Ubuntu system that the hardware clock is set to 'local' time:
  1. Open a terminal and type:
    Code:
     edit /etc/default/rcS
  2. Then add or change the following section: #
    Code:
     Set UTC=yes if your hardware clock is set to UTC (GMT)UTC=no
[h=3][/h]
 
In the case of Ubuntu it's
Code:
[FONT=Courier New]gksu gedit /etc/default/rcS
[DEL]I'm not sure if it's the same with Zorin.[/FONT][/DEL] Oh I just searched on Zorin site, yup it is if you're using Gnome text editor. I left it open the first time because different distribution use different text editors.
 
The time zone stays the same but the time changes

I regularly run into the very same problem after I install a new Linux distro -- as Linux default to UTC, while Windows defaults to local time.

The fix I use is described in post #8. You need to use gksu because you must edit that file as ROOT -- not your usual user id.
 
The time zone stays the same but the time changes

I regularly run into the very same problem after I install a new Linux distro -- as Linux default to UTC, while Windows defaults to local time.

The fix I use is described in post #8. You need to use gksu because you must edit that file as ROOT -- not your usual user id.
If the OP has not enabled Root, they will have to do the following "sudo passwd root" in a terminal window.
 
In the case of Ubuntu it's
Code:
[FONT=Courier New]gksu gedit /etc/default/rcS [/FONT]
[DEL]I'm not sure if it's the same with Zorin.[/DEL] Oh I just searched on Zorin site, yup it is if you're using Gnome text editor. I left it open the first time because different distribution use different text editors.
Nano is a good one, Gedit is what I use all of the time.
 
It seems like I'm caught in a loop which goes like this...
-I reset the time in Win to 10am
-I checked the BIOS and it said 10am
As long as I stay in Win the time remains correct
-Open Zorin and the time said 5am BUT! after about 30 sec. it corrected itself to 10am
-I went back to Win and time was now reset to 3pm
-I check the BIOS and it was also reset to 3pm

Here is a sreen shot of the T window, not sure whats going on?

I really appreciate all your help
 
Last edited:
[h=3]You will have to use Sudo to make the changes.

Make Linux use 'Local' time[/h]To tell your Ubuntu system that the hardware clock is set to 'local' time:


  1. [*=left]edit /etc/default/rcS
    [*=left]add or change the following section# Set UTC=yes if your hardware clock is set to UTC (GMT)
    UTC=no
 
Back
Top