From owner-freebsd-hackers Thu Jul 31 22:19:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28817 for hackers-outgoing; Thu, 31 Jul 1997 22:19:19 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA28811 for ; Thu, 31 Jul 1997 22:19:16 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id WAA28426; Thu, 31 Jul 1997 22:18:31 -0700 (PDT) To: Greg Lehey cc: brian@awfulhak.org (Brian Somers), hackers@FreeBSD.ORG (FreeBSD Hackers) Subject: Re: date(1) In-reply-to: Your message of "Fri, 01 Aug 1997 12:09:06 +0930." <199708010239.MAA08318@freebie.lemis.com> Date: Thu, 31 Jul 1997 22:18:31 -0700 Message-ID: <28422.870412711@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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 > > to give you the current time in Tokyo. Blah. What's wrong with: jkh@time-> TZ=Asia/Tokyo date Fri Aug 1 14:18:15 JST 1997 ?