Re: help with file timestamp

2000-07-20 Thread John Pearson
On Thu, Jul 20, 2000 at 04:04:37PM +1000, Shao Zhang wrote > Hi, > I am having some problems here with timestamp. The system is > hamm. > > # date > Thu Jul 20 15:59:32 EST 2000 > > # date -u > Thu Jul 20 05:59:34 UTC 2000 > > # touch /tmp/hello > # ls -al /tmp/hello > -rw-rw-r-- 1

Re: help with file timestamp

2000-07-20 Thread Shao Zhang
Brian May [EMAIL PROTECTED] wrote: > > "Corey" == Corey Popelier <[EMAIL PROTECTED]> writes: > > Corey> Check the file /etc/default/rcS There is a line in there > Corey> that says "Set UTC to yes or no". Make sure this is set to > Corey> no. > > You are thinking of potato. IIRC I

Re: help with file timestamp

2000-07-20 Thread Brian May
> "Corey" == Corey Popelier <[EMAIL PROTECTED]> writes: Corey> Check the file /etc/default/rcS There is a line in there Corey> that says "Set UTC to yes or no". Make sure this is set to Corey> no. You are thinking of potato. IIRC It is different in slink. This is hamm... >>

Re: help with file timestamp

2000-07-20 Thread Shao Zhang
It is set to no. Besides, I have even tried this in /etc/init.d/hwclock.sh GMT="--localtime" and it still does not work.. Thanks. Shao. Corey Popelier [EMAIL PROTECTED] wrote: > Check the file /etc/default/rcS > There is a line in there that says "Set UTC to yes or no". > Make sure this is set

Re: help with file timestamp

2000-07-20 Thread Corey Popelier
Check the file /etc/default/rcS There is a line in there that says "Set UTC to yes or no". Make sure this is set to no. Cheers, Corey J. Popelier http://members.dingoblue.net.au/~pancreas On Thu, 20 Jul 2000, Shao Zhang wrote: > Hi, > I am having some problems here with timestamp. The s

help with file timestamp

2000-07-20 Thread Shao Zhang
Hi, I am having some problems here with timestamp. The system is hamm. # date Thu Jul 20 15:59:32 EST 2000 # date -u Thu Jul 20 05:59:34 UTC 2000 # touch /tmp/hello # ls -al /tmp/hello -rw-rw-r-- 1 root root 0 Jul 20 05:59 /tmp/hello As you can see /tm