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.
View attachment 56394
edit /etc/default/rcS
Set UTC=yes if your hardware clock is set to UTC (GMT)UTC=no
[FONT=Courier New]gksu gedit /etc/default/rcS
The time zone stays the same but the time changes
That is the same issue I had with Xubuntu. That fix worked like a charm to stop the 5 hour difference. Linux likes to go in and advance the bios clock for some reason. I do not know if they fixed it with the newest kernel.
If the OP has not enabled Root, they will have to do the following "sudo passwd root" in a terminal window.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.
Nano is a good one, Gedit is what I use all of the time.In the case of Ubuntu it's[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.Code:[FONT=Courier New]gksu gedit /etc/default/rcS [/FONT]