BIOS always shows GMT time

Asked by Vishal Ravishankar

my BIOS time always shows the GMT time in spite of changing it. System time is alright. I live in India which is +5.30 HRS from GMT. Please help

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jamie Strandboge
Solved:
Last query:
Last reply:
Revision history for this message
Best Jamie Strandboge (jdstrand) said :
#1

You can edit this part of /etc/default/rcS:
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=no

To edit this file, you can do:
$ sudo gedit /etc/default/rcS

Substitute 'gedit' for your favorite editor.

Then reboot, set your BIOS clock and when you go back into Ubuntu, it should be the way you want it.

Revision history for this message
Vishal Ravishankar (vishr) said :
#2

Thanks Jamie Strandboge, that solved my question.