Are you getting fed up with your Ubuntu System resetting your time to UTC (GMT)? This often calculates your time wrong as it interprets your hardware’s clock thinking it’s set to GMT, in doing so it adds or subtracts time depending on your location.![]()
To fix this first you need to open up a terminal window then type:
sudo cp /etc/default/rcS /etc/default/rcS_backup
gksudo gedit /etc/default/rcS
The you need to find this line:
UTC=yes
And replace it with replace with:
UTC=no
Now save the file save the edited file and set the correct time/date by:
System -> Administration -> Time and Date
Then finish off by typing:
sudo /etc/init.d/hwclock.sh restart
Would you like to buy me a beer?If you enjoyed this post, make sure you subscribe to my RSS feed!








