TIMEZONE PROBLEM:
I took this from the "clock" mini-howto.
Setting your timezone
The timezone under Linux is set by a symbolic link from /etc/localtime[1] 
to a file in the /usr/share/zoneinfo[2] directory that corresponds with 
what timezone you are in. For example, since I'm in South Australia, 
/etc/localtime is a symlink to /usr/share/zoneinfo/Australia/South. To 
set this link, type:
ln -sf ../usr/share/zoneinfo/your/zone /etc/localtime
Replace your/zone with something like Australia/NSW or Australia/Perth. 
Have a look in the directories under /usr/share/zoneinfo to see what 
timezones are available.

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 7/27/01, 7:10:57 AM, SoloCDM <[EMAIL PROTECTED]> wrote regarding 
[newbie] UTC Time Standards:


> 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