Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Aug 1997 00:51:20 -0400
From:      "Louis A. Mamakos" <louie@TransSys.COM>
To:        Greg Lehey <grog@lemis.com>
Cc:        brian@awfulhak.org (Brian Somers), hackers@FreeBSD.ORG (FreeBSD Hackers)
Subject:   Re: date(1) 
Message-ID:  <199708010451.AAA12016@whizzo.TransSys.COM>
In-Reply-To: Your message of "Fri, 01 Aug 1997 12:09:06 %2B0930." <199708010239.MAA08318@freebie.lemis.com> 
References:  <199708010239.MAA08318@freebie.lemis.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

> 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      

louie





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708010451.AAA12016>