From owner-freebsd-stable@FreeBSD.ORG Sat Apr 15 14:45:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 163DE16A401 for ; Sat, 15 Apr 2006 14:45:07 +0000 (UTC) (envelope-from zoulou@sians.org) Received: from zermelo.sians.org (zermelo.sians.org [72.21.52.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD66D43D45 for ; Sat, 15 Apr 2006 14:45:06 +0000 (GMT) (envelope-from zoulou@sians.org) Received: from webmail.sians.org (localhost [127.0.0.1]) by zermelo.sians.org (Postfix) with ESMTP id 06BD1160323; Sat, 15 Apr 2006 17:45:06 +0300 (EEST) Received: from 195.134.69.169 (SquirrelMail authenticated user zoulou@sians.org) by webmail.sians.org with HTTP; Sat, 15 Apr 2006 17:45:06 +0300 (EEST) Message-ID: <57348.195.134.69.169.1145112306.squirrel@webmail.sians.org> In-Reply-To: <20060415140112.192FE17CB@smtp.sinfonika.si> References: <20060415140112.192FE17CB@smtp.sinfonika.si> Date: Sat, 15 Apr 2006 17:45:06 +0300 (EEST) From: "Giorgos Kapetanakis" To: "Mare Negrocan" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-7 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org Subject: Re: How to change hardware clock X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 14:45:07 -0000 On Sat, April 15, 2006 4:57 pm, Mare Negrocan wrote: > How to change hardware clock? > > I can't update clock with rdate, ntpdate. (from date(1) manual page) The command: date 8506131627 sets the date to ``June 13, 1985, 4:27 PM''. date "+%Y%m%d%H%M.%S" The command: date 1432 sets the time to 2:32 PM, without modifying the date. -- Giorgos Kapetanakis