diff options
author | brian <brian@FreeBSD.org> | 1997-08-18 20:27:17 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-08-18 20:27:17 +0000 |
commit | be2b748c02d9661a51580dc236248f47349ac3a4 (patch) | |
tree | 570fafb19d32cf8f8ace816e455cc996f4a1d426 | |
parent | b88565f4e1b34b84badb742bc92f58d571e04253 (diff) | |
download | FreeBSD-src-be2b748c02d9661a51580dc236248f47349ac3a4.zip FreeBSD-src-be2b748c02d9661a51580dc236248f47349ac3a4.tar.gz |
Hint at how to use TZ.
Submitted by: grog@lemis.com
-rw-r--r-- | bin/date/date.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 6a68518..fb33d24 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $Id: date.1,v 1.14 1997/08/09 22:34:03 brian Exp $ +.\" $Id: date.1,v 1.15 1997/08/10 16:36:58 brian Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 @@ -249,6 +249,11 @@ is affected by the following evironment variables: .Bl -tag -width Ds .It Ev TZ The timezone to use when displaying dates. +The normal format is a pathname relative to +.Dq Pa /usr/share/zoneinfo . +For example, the command +.Dq TZ=America/Los_Angeles date +displays the current time in California. See .Xr environ 7 for more information. |