From owner-freebsd-arch Mon Oct 29 13: 0:57 2001 Delivered-To: freebsd-arch@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id C594737B407 for ; Mon, 29 Oct 2001 13:00:51 -0800 (PST) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA27008; Mon, 29 Oct 2001 12:47:27 -0800 (PST) Date: Mon, 29 Oct 2001 12:47:27 -0800 (PST) From: Julian Elischer To: Bruce Evans Cc: Nate Williams , Poul-Henning Kamp , Peter Wemm , arch@FreeBSD.ORG Subject: Re: 64 bit times revisited.. In-Reply-To: <20011030065641.B13960-100000@delplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG and you really want us to believe that data file came form 1910? On Tue, 30 Oct 2001, Bruce Evans wrote: > On Mon, 29 Oct 2001, Julian Elischer wrote: > > > be used for multiplying the seconds scale by 4. (in UFS timestamps.. > > you would never write a non-normalised time to disk) > > also timestamps can't be before 1970 so making it unsigned > > allows us to go to 2100+ and mutiplying it by for takes us to about 2600.. > > Script started on Tue Oct 30 06:55:55 2001 > ttyp1:bde@gamplex:/tmp> touch -t 191001011230 foo > ttyp1:bde@gamplex:/tmp> ls -l foo > -rw-r--r-- 1 bde wheel 0 Jan 1 1910 foo > ttyp1:bde@gamplex:/tmp> exit > > Script done on Tue Oct 30 06:56:10 2001 > > Bruce > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message