From owner-freebsd-arch Mon Oct 29 11:59:10 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id CC60737B401 for ; Mon, 29 Oct 2001 11:59:07 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id GAA06818; Tue, 30 Oct 2001 06:58:45 +1100 Date: Tue, 30 Oct 2001 06:57:44 +1100 (EST) From: Bruce Evans X-X-Sender: To: Julian Elischer Cc: Nate Williams , Poul-Henning Kamp , Peter Wemm , Subject: Re: 64 bit times revisited.. In-Reply-To: Message-ID: <20011030065641.B13960-100000@delplex.bde.org> 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 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