From owner-cvs-src@FreeBSD.ORG Fri Oct 21 16:06:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA5A16A48E; Fri, 21 Oct 2005 16:06:07 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D74543D46; Fri, 21 Oct 2005 16:06:05 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j9LG5qwH073219; Fri, 21 Oct 2005 09:05:56 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200510211605.j9LG5qwH073219@gw.catspoiler.org> Date: Fri, 21 Oct 2005 09:05:52 -0700 (PDT) From: Don Lewis To: imp@bsdimp.com In-Reply-To: <20051020.121318.117917917.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: src-committers@FreeBSD.org, andre@FreeBSD.org, bde@zeta.org.au, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, phk@phk.freebsd.dk Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c src/usr.bin/w w.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 16:06:08 -0000 On 20 Oct, M. Warner Losh wrote: > Leaving aside the leap table issue for the moment, there's a more > fundamental problem. You cannot possibly compute correct answers for > times that are in the future, even a little ways in the future. What > if time1 is June 30, 2006 23:59:58 and time2 is July 1, 2006 00:00:01. > While neither of these seconds are ambiguous, no one on the planet can > say today, with certainty, what the answer will be. We have to wait > until early January when IERS issues the next Bulletin C. There's a similar problem with computing time differences across daylight savings change transitions, since the date of the transition and even whether there will be a transition is subject to political whim.