Page 1 of 1

Time in Linux Mint 15 KDE

Posted: Wed Jul 24, 2013 11:46 am
by skarme
Even after adjusting the clock to my local time (Los Angeles)...I still see the UTC time. Also on manually adjusting it, it still reverts to some other time on reboot. How do I fix this?

Re: Time in Linux Mint 15 KDE

Posted: Wed Jul 24, 2013 5:40 pm
by HoppityBob
I'd also like to know as I've the same problem (Europe/Ireland).

Re: Time in Linux Mint 15 KDE

Posted: Wed Jul 24, 2013 7:14 pm
by mank_in
I am not using Mint 15 KDE , but you can try :

Code: Select all

sudo dpkg-reconfigure tzdata


and :

Code: Select all

sudo kate /etc/default/rcS
look at :
# assume that the BIOS clock is set to UTC time (recommended)
UTC=no

Re: Time in Linux Mint 15 KDE

Posted: Thu Jul 25, 2013 6:54 am
by HoppityBob
That seems to have sorted it, many thanks !