From owner-cvs-src@FreeBSD.ORG Thu Jun 26 14:20:03 2003 Return-Path: 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 6AA7E37B401; Thu, 26 Jun 2003 14:20:03 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8937344005; Thu, 26 Jun 2003 14:20:02 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5QLJwE1067288; Thu, 26 Jun 2003 15:19:58 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 26 Jun 2003 15:19:50 -0600 (MDT) Message-Id: <20030626.151950.56544582.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <200306252123.h5PLNpgC044447@repoman.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 26 Jun 2003 21:20:03 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Warner Losh writes: : > There will very likely be no leap seconds for a while, given how = the : > earth is speeding up and slowing down, so there will be plenty of= time : > for this fix to propigate. UT1-UTC is currently at "about -0.4s"= and : > decrementing by .1s every 8 months or so. 6 * 8 is 48 months, or= 4 : > years. : = : Not necessarily; UT1-UTC is required to be within +/- 0.9s, so a leap= : second might be introduced early to avoid crossing the -0.9s barrier.= At the current rate of drift, it will be about 48 months before we get to the -0.9s barrier. The leap second typically is scheduled 2-3 months in advance. I'm told that those people that study these things suspect the next leap second will be the December 2006 or June 2007. But by 2050 or so we may be having 2 of them a year to keep up. Also, there's a chance that there will be no more leap seconds ever, with the UT1-UTC offset being allowed to grow to as large as an hour so there's only one correction every 3k years or so. But nothing has been decided. Warner