From owner-freebsd-current@FreeBSD.ORG Wed Jun 9 15:58:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87E916A4CE for ; Wed, 9 Jun 2004 15:58:03 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F42743D2F for ; Wed, 9 Jun 2004 15:58:03 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id i59Fw2kP052374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Wed, 9 Jun 2004 11:58:02 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id i59Fw1PI052371; Wed, 9 Jun 2004 11:58:01 -0400 (EDT) (envelope-from wollman) Date: Wed, 9 Jun 2004 11:58:01 -0400 (EDT) From: Garrett Wollman Message-Id: <200406091558.i59Fw1PI052371@khavrinen.lcs.mit.edu> To: "Bjoern A. Zeeb" In-Reply-To: References: <20040609115036.GD3046@electra.cse.Buffalo.EDU> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 X-Mailman-Approved-At: Thu, 10 Jun 2004 11:52:39 +0000 cc: freebsd-current@FreeBSD.ORG Subject: Re: Default time zone setting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 15:58:03 -0000 < said: > please do and if you are about UTC can you PLEASE also update the > somewhat unrelated tzsetup to be able to chose timezones from > /usr/share/zoneinfo/Etc/ (where UTC lives) too ? tzsetup(8) only offers zones that are listed in zone.tab -- i.e., zones that are associated with a state or national region. If you want UTC, don't run tzsetup, and delete /etc/localtime if you already have one. I don't believe that any of the files in /usr/share/zoneinfo/Etc serve a useful purpose. -GAWollman