Sridhar Dhanapalan stated the following:
> 
> I've noticed this as well. I have configured cron to periodically use ntpdate
> to update my system time from an NTP server. This sets my clock to UTC, which
> is supposed to be translated by the time zone settings so that the display is
> correct. However, I have found that this is not the case. I have managed to
> get the time translated correctly in BASH and in X (using environment
> variables), but cron is still on UTC. I have tried placing my time zone
> environment variable in /etc/profile, but this does nothing.

Then you'll find the following very useful!

I later discovered that some program didn't create /etc/localtime;
instead, it copied the entire /usr/share/zoneinfo directory and
sub-directories to /etc and renamed zoneinfo to localtime.

After removing /etc/localtime (zoneinfo) and copying (not linking) the
correct zone to /etc/localtime -- everything worked correctly.

Where did you find the NTP servers?

> On Sat, 28 Jul 2001 00:10, SoloCDM wrote:
> 
> > I don't know why my system continues to display UTC time standards.
> > My /etc/sysconfig/clock has the following settings:
> >
> >       ARC=false
> >       UTC=false
> >       ZONE=US/Mountain
> >
> >
> > What am I missing?  It's as if /etc/rc.d/rc.sysinit is not making
> > the right conversions!

--
Note: When you reply to this message, please include the mailing
      list/newsgroup address and my email address in To:.

*********************************************************************
Signed,
SoloCDM

Reply via email to