From owner-cvs-all@FreeBSD.ORG Mon Jun 23 16:05:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A97E37B401; Mon, 23 Jun 2003 16:05:51 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4756443FBD; Mon, 23 Jun 2003 16:05:50 -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 h5NN5lE1033868; Mon, 23 Jun 2003 17:05:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Jun 2003 17:05:33 -0600 (MDT) Message-Id: <20030623.170533.104031847.imp@bsdimp.com> To: grog@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030623224600.GE93137@wantadilla.lemis.com> References: <200306232014.h5NKE9GQ033461@repoman.freebsd.org> <20030623224600.GE93137@wantadilla.lemis.com> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 23:05:51 -0000 In message: <20030623224600.GE93137@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Monday, 23 June 2003 at 13:14:09 -0700, Warner Losh wrote: : > imp 2003/06/23 13:14:09 PDT : > : > FreeBSD src repository : > : > Modified files: : > sys/kern kern_tc.c : > Log: : > Use UTC rather than GMT to describe time scale. latter is obsolete. : : GMT isn't obsolete. It's the British national time zone (without : DST). But the change looks correct. It is obsolete as an international time scale. Also, it is only the name of the timezone in London during the winter. In the summer they have BST. Warner