From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1FQ3EB-00025d-9p
	for garchives@archives.gentoo.org; Sun, 02 Apr 2006 14:06:51 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k32E5Xrf012183;
	Sun, 2 Apr 2006 14:05:33 GMT
Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182])
	by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k32E0rOL010989
	for <gentoo-user@lists.gentoo.org>; Sun, 2 Apr 2006 14:00:53 GMT
Received: by pproxy.gmail.com with SMTP id x31so46351pye
        for <gentoo-user@lists.gentoo.org>; Sun, 02 Apr 2006 07:00:53 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=FcHeEMgMnAJbqpfoUNqKz9Zker22yzyG5Wyjl7rGLhLp66U9cwNjexr7U34th+LdoXkP4RZk+Burw45cjAGE0lT1LuX2mw6GfPfUyhs2XQlzAnFzXtx4CUPJnFtLbRQutAkKmi+FUSHr6scQ0iVWiVA/o8s58eBOfuNxfSo5Wqk=
Received: by 10.65.121.15 with SMTP id y15mr153638qbm;
        Sun, 02 Apr 2006 07:00:53 -0700 (PDT)
Received: by 10.65.200.15 with HTTP; Sun, 2 Apr 2006 07:00:53 -0700 (PDT)
Message-ID: <2d561deb0604020700k4999526epbd0c12424e7ecf6c@mail.gmail.com>
Date: Sun, 2 Apr 2006 11:00:53 -0300
From: Technomancer <zauberschloss@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] setting the time
In-Reply-To: <1143934039.9684.5.camel@keelie.localdomain>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <d03887390604011409n3fe5ba17h4bd10443b1171548@mail.gmail.com>
	 <442F18CD.4030108@web.de> <1143934039.9684.5.camel@keelie.localdomain>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k32E0rOL010989
X-Archives-Salt: 8d287a9f-b922-4b5a-9ea4-dbedfb031e7f
X-Archives-Hash: a318acbc67bbee3f5f8b2290cc1d279b

In Linux you have the system clock and the hardware clock. The system
clock is the clock of your motherboard that can be set in the bios
setup.

To set the system clock, the command is:

date mmddhhmmyyyy

To set the hardware clock, use the command:

hwclock --set --date="mm/dd/yyyy hh:mm:ss"

To set the system clock from the hw clock:

hwclock --hctosys

To set the hw clock from the system clock:

hwclock --systohc

Consult "man date" and "man hwclock" for more details.

On 4/1/06, Jim <Jim@keeliegirl.dyndns.org> wrote:
> On Sun, 2006-04-02 at 03:20 +0200, Daniel Waeber wrote:
> > hi
> >
> > i have a problem with changing the time/date of my computer. I only can
> > change it temporally till the next reboot. I tried date and ntptime to
> > set it. after setting it the system shows the right time, but after a
> > reboot i have the old time again. i have no other system running on the
> > computer that could change the time, so it is a problem with
> > linux/gentoo. do i somehow have to finalize the setting?
> >
> > thanks in advance !
>
> Edit /etc/conf.d/clock and set CLOCK_SYSTOHC to "yes".  This will sync
> your hardware clock to your system time when you shutdown/reboot.
>
> Jim
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Florida, USA, Earth, Solar System, Milky Way
>
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list