Re: localtime

Pontus Edvardsson <[email protected]> Sat, 26 Oct 2002 09:59:35 +0200
Newsgroups gmane.linux.gentoo.newbies
Message-ID <[email protected]>
On Friday 25 October 2002 21.05, Matt Gerginski wrote:
> I have /etc/localtime symlinked to /usr/share/zoneinfo/EST, but the
> times on my computer are still off.  They are off in all applications
> (evolution, gaim) and on the panel clock, however, I can fix this is I
> enable the "Use TUC" option for the panel clock.  I am running into
> problems compiling things off of cvs because the timestamps are
> different.  How would I go about fixing this, I symlinked /etc/localtim=
e
> like it said to do in the install notes.  Is there a step that I
> missed??
>
Have you edited /etc/rc.conf? You'll need the entry below

# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time).  If your clock is set to the local time, then set=
=20
CLOCK
# to "local".  This setting is used by the /etc/init.d/clock script.

CLOCK=3D"local"

Which means that if you set your computers BIOS to your local time, You'l=
l=20
need to tell the system not to compensate for any variations

Hope this helps,
Pontus