hurkeybird wrote:I am on Zorin 15 OS core install and since I'm new to Linux I don't have the foggiest idea of where to enter the following:
Changing Linux to use local time is easier and more reliable than changing Windows to use UTC, so dual-boot Linux/Windows systems tend to use local time.
Since Ubuntu Intrepid (8.10), the hardware clock is set to UTC by default.
Make Linux use ‘Local’ time
To tell your Ubuntu system that the hardware clock is set to ‘local’ time:
1. edit /etc/default/rcS
2. Set UTC=yes if your hardware clock is set to UTC (GMT), or UTC=no to have the hardware clock set to local time.
PLEASE HELP
Ok... above, I gave a quick answer to the OP question on how to adjust timezone to local time.
Here, since the OP said he is unsure of how to get to the folder /etc, I will do a quick wlakthrough for that, (Though his /etc folder may not contain UTC information.)
First, you need administrator or Root Privileges.
First method; some File Managers allow you to right click an open area within a File Manager Window and scroll down to select "Open as root."
I am not sure if Nautlius does that and if Hurkey is using his first install of Zorin 15, he is using Nautlius as his file manager. ....For now...
So, let's get to using the Terminal. It's great to use (and can be fun) and no better timethan now to start:
ctrl+alt+T
Type in
- Code:
gksudo nautilus
Enter your password and a file manager window will open that says "Elevated Privileges" near the top.
Now, you can make adjustments in the File System. Be Careful!
So for this example, you can select File System from the tree on the left side or press the Up Arrow near the top, beneath File-Edit-View-Go-...whatever the last one is...
Once you have pressed the arrow a couple times and can go no higher, you will see a series of folders. One, you will recognize- Home.
But, for this example, you should see bin, boot, dev... etc, first. Click open the etc folder.
You will see more folders in here, also arranged by alphabetical order.
Scroll down to a folder titled 'defaults'.
Easy so far, right?
In here you will see a lot of files.
Scroll down to the one called 'rcS.' You can double click that to open in a Text Editor Window. You may need to select "Display" if you get a pop up.
And there is your file. Mine... does not show UTC within it, so I preferred the above post on your answer. But let's say that yours DID have the UTC set to yes or no. All you would need to do is move to where it says "yes" or "no" in text, and change it by typing in the new text. Then click save.
This was to help you learn how to navigate folders, privileges and the terminal as a start, but please follow the suggested answer in the post above. If that does not work, we can try something else.