From owner-freebsd-hackers Thu Jul 31 22:00:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27738 for hackers-outgoing; Thu, 31 Jul 1997 22:00:20 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA27722 for ; Thu, 31 Jul 1997 22:00:15 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id OAA03410; Fri, 1 Aug 1997 14:30:01 +0930 (CST) From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.6/8.6.12) id OAA08806; Fri, 1 Aug 1997 14:30:00 +0930 (CST) Message-Id: <199708010500.OAA08806@freebie.lemis.com> Subject: Re: date(1) In-Reply-To: <199708010451.AAA12016@whizzo.TransSys.COM> from "Louis A. Mamakos" at "Aug 1, 97 00:51:20 am" To: louie@TransSys.COM (Louis A. Mamakos) Date: Fri, 1 Aug 1997 14:30:00 +0930 (CST) Cc: grog@lemis.com, brian@awfulhak.org, hackers@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Louis A. Mamakos writes: > >> Now here's an enhancement that I *would* like to see: specify a >> timezone file to use. Something like: >> >> $ date -z /usr/share/zoneinfo/Asia/Tokyo >> > > Just set the TZ env var when you invoke the command: > > $ TZ=Asia/Tokyo date > Fri Aug 1 13:49:34 JST 1997 Thanks. sef got there first in a private mail, but it's just the thing I was looking for. Greg