Deleted Added
full compact
date.1 (63950) date.1 (68935)
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)date.1 8.3 (Berkeley) 4/28/95
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)date.1 8.3 (Berkeley) 4/28/95
36.\" $FreeBSD: head/bin/date/date.1 63950 2000-07-28 02:51:43Z jwd $
36.\" $FreeBSD: head/bin/date/date.1 68935 2000-11-20 11:39:41Z ru $
37.\"
38.Dd November 17, 1993
39.Dt DATE 1
40.Os
41.Sh NAME
42.Nm date
43.Nd display or set date and time
44.Sh SYNOPSIS
37.\"
38.Dd November 17, 1993
39.Dt DATE 1
40.Os
41.Sh NAME
42.Nm date
43.Nd display or set date and time
44.Sh SYNOPSIS
45.Nm date
45.Nm
46.Op Fl jnu
47.Op Fl d Ar dst
48.Op Fl r Ar seconds
49.Op Fl t Ar minutes_west
50.Oo
51.Fl v
52.Op +|- Ns
53.No val Ns Op ymwdHMS

--- 256 unchanged lines hidden (view full) ---

310date 1432
311.Ed
312.Pp
313sets the time to
314.Li "2:32 PM" ,
315without modifying the date.
316.Sh ENVIRONMENT
317The following environment variables affect the execution of
46.Op Fl jnu
47.Op Fl d Ar dst
48.Op Fl r Ar seconds
49.Op Fl t Ar minutes_west
50.Oo
51.Fl v
52.Op +|- Ns
53.No val Ns Op ymwdHMS

--- 256 unchanged lines hidden (view full) ---

310date 1432
311.Ed
312.Pp
313sets the time to
314.Li "2:32 PM" ,
315without modifying the date.
316.Sh ENVIRONMENT
317The following environment variables affect the execution of
318.Nm Ns :
318.Nm :
319.Bl -tag -width Ds
320.It Ev TZ
321The timezone to use when displaying dates.
322The normal format is a pathname relative to
323.Pa /usr/share/zoneinfo .
324For example, the command
325.Dq TZ=America/Los_Angeles date
326displays the current time in California.

--- 54 unchanged lines hidden ---
319.Bl -tag -width Ds
320.It Ev TZ
321The timezone to use when displaying dates.
322The normal format is a pathname relative to
323.Pa /usr/share/zoneinfo .
324For example, the command
325.Dq TZ=America/Los_Angeles date
326displays the current time in California.

--- 54 unchanged lines hidden ---