From owner-freebsd-standards@FreeBSD.ORG Tue Jun 8 03:16:18 2004 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE5816A4CE; Tue, 8 Jun 2004 03:16:18 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955FA43D46; Tue, 8 Jun 2004 03:16:18 +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 i583GEkP038134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Mon, 7 Jun 2004 23:16:15 -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 i583GECP038131; Mon, 7 Jun 2004 23:16:14 -0400 (EDT) (envelope-from wollman) Date: Mon, 7 Jun 2004 23:16:14 -0400 (EDT) From: Garrett Wollman Message-Id: <200406080316.i583GECP038131@khavrinen.lcs.mit.edu> To: Ken Smith In-Reply-To: <20040608024746.GB25445@electra.cse.Buffalo.EDU> References: <20040607.082534.17038697.imp@bsdimp.com> <200406071712.i57HC805042166@grimreaper.grondar.org> <20040608024746.GB25445@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 cc: standards@FreeBSD.ORG cc: des@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT cfg_local.pm X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 03:16:19 -0000 [Moving this discussion to -standards.] < said: > It sounds like it would be better for the system to say "UTC" instead > of "GMT" in the absence of /etc/localtime. Does anyone disagree? I don't think POSIX reaches this question. It says that there shall be a default timezone used when the TZ variable is not set, but doesn't say how this is established or what it should be, so I'm fine with that. (But it will be a challenge to find the right bits in localtime.c to frob in order to make it happen, as I just found when I looked.) -GAWollman