From owner-freebsd-hackers Thu Jun 22 22:05:08 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA20982 for hackers-outgoing; Thu, 22 Jun 1995 22:05:08 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA20976 for ; Thu, 22 Jun 1995 22:05:01 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA25911; Fri, 23 Jun 1995 15:02:32 +1000 Date: Fri, 23 Jun 1995 15:02:32 +1000 From: Bruce Evans Message-Id: <199506230502.PAA25911@godzilla.zeta.org.au> To: hackers@freebsd.org, mpp@legarto.minn.net Subject: Re: Check the date and time at boot Sender: hackers-owner@freebsd.org Precedence: bulk >What I did was write a small program to check/record the system >date in a file in the root file system. At boot time, the Use the timestamp in the super block of the root file system. I usually get the year wrong if anything, by adjusting it without noticing in the BIOS setup. Bruce