1998-01-21 00:16:38 +03:00
|
|
|
.\" $NetBSD: date.1,v 1.19 1998/01/20 21:16:38 mycroft Exp $
|
1995-03-21 12:01:59 +03:00
|
|
|
.\"
|
1994-09-22 13:24:46 +04:00
|
|
|
.\" Copyright (c) 1980, 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to Berkeley by
|
|
|
|
.\" the Institute of Electrical and Electronics Engineers, Inc.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by the University of
|
|
|
|
.\" California, Berkeley and its contributors.
|
|
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1995-09-07 10:12:53 +04:00
|
|
|
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
|
1993-03-22 11:04:00 +03:00
|
|
|
.\"
|
1998-01-21 00:16:38 +03:00
|
|
|
.Dd January 20, 1998
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt DATE 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm date
|
1994-09-22 13:24:46 +04:00
|
|
|
.Nd display or set date and time
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
.Op Fl r Ar seconds
|
|
|
|
.Op Fl nu
|
|
|
|
.Op Cm + Ns Ar format
|
1998-01-21 00:16:38 +03:00
|
|
|
.Op [[cc]yy[mm[dd[hh]]]]mm[\&.ss]
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
displays the current date and time when invoked without arguments.
|
|
|
|
Providing arguments will format the date and time in a user-defined
|
|
|
|
way or set the date.
|
|
|
|
Only the superuser may set the date.
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl n
|
|
|
|
The utility
|
|
|
|
.Xr timed 8
|
1994-09-22 13:24:46 +04:00
|
|
|
is used to synchronize the clocks on groups of machines.
|
1993-03-21 12:45:37 +03:00
|
|
|
By default, if
|
1997-05-11 12:34:37 +04:00
|
|
|
timed
|
1993-03-21 12:45:37 +03:00
|
|
|
is running,
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
will set the time on all of the machines in the local group.
|
|
|
|
The
|
|
|
|
.Fl n
|
|
|
|
option stops
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
from setting the time for other than the current machine.
|
|
|
|
.It Fl r
|
1994-09-22 13:24:46 +04:00
|
|
|
Print out the date and time in
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar seconds
|
|
|
|
from the Epoch.
|
|
|
|
.It Fl u
|
|
|
|
Display or set the date in
|
1997-11-03 21:42:49 +03:00
|
|
|
.Tn UTC
|
1993-03-21 12:45:37 +03:00
|
|
|
(universal) time.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
An operand with a leading plus (``+'') sign signals a user-defined format
|
|
|
|
string which specifies the format in which to display the date and time.
|
|
|
|
The format string may contain any of the conversion specifications described
|
|
|
|
in the
|
|
|
|
.Xr strftime 3
|
|
|
|
manual page, as well as any arbitrary text.
|
1995-09-07 10:12:53 +04:00
|
|
|
A <newline> character is always output after the characters specified by
|
|
|
|
the format string.
|
1993-03-21 12:45:37 +03:00
|
|
|
The format string for the default display is:
|
|
|
|
.Bd -literal -offset indent
|
1993-08-19 21:02:40 +04:00
|
|
|
``%a %b %e %H:%M:%S %Z %Y''.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
If an operand does not have a leading plus sign, it is interpreted as
|
|
|
|
a value for setting the system's notion of the current date and time.
|
1994-09-22 13:24:46 +04:00
|
|
|
The canonical representation for setting the date and time is:
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width Ds -compact -offset indent
|
1998-01-21 00:16:38 +03:00
|
|
|
.It Ar cc
|
|
|
|
The first two digits of the year (the century).
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Ar yy
|
1998-01-21 00:16:38 +03:00
|
|
|
The second two digits of the year. If
|
|
|
|
.Dq yy
|
|
|
|
is specified, but
|
|
|
|
.Dq cc
|
|
|
|
is not, a value for
|
|
|
|
.Dq yy
|
|
|
|
between 69 and 99 results in a
|
|
|
|
.Dq cc
|
|
|
|
value of 19. Otherwise, a
|
|
|
|
.Dq cc
|
|
|
|
value of 20 is used.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Ar mm
|
1998-01-21 00:16:38 +03:00
|
|
|
The month of the year, from 1 to 12.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Ar dd
|
1998-01-21 00:16:38 +03:00
|
|
|
The day of the month, from 1 to 31.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Ar hh
|
1998-01-21 00:16:38 +03:00
|
|
|
The hour of the day, from 0 to 23.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Ar mm
|
1998-01-21 00:16:38 +03:00
|
|
|
The minute of the hour, from 0 to 59.
|
|
|
|
.It Ar ss
|
|
|
|
The second of the minute, from 0 to 61.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
1994-09-22 13:24:46 +04:00
|
|
|
Everything but the minutes is optional.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
Time changes for Daylight Saving and Standard time and leap seconds
|
|
|
|
and years are handled automatically.
|
|
|
|
.Sh EXAMPLES
|
|
|
|
The command:
|
|
|
|
.Bd -literal -offset indent
|
1994-09-22 13:24:46 +04:00
|
|
|
date ``+DATE: %m/%d/%y%nTIME: %H:%M:%S''
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
will display:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
DATE: 11/21/87
|
|
|
|
TIME: 13:36:16
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The command:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
date 8506131627
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
sets the date to
|
1994-09-22 13:24:46 +04:00
|
|
|
.Dq Li "June 13, 1985, 4:27 PM" .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
The command:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
date 1432
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
sets the time to
|
|
|
|
.Li "2:32 PM" ,
|
|
|
|
without modifying the date.
|
1995-12-05 05:41:35 +03:00
|
|
|
.Sh ENVIRONMENT VARIABLES
|
1994-09-22 13:24:46 +04:00
|
|
|
The following environment variables affect the execution of
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm "" :
|
1994-09-22 13:24:46 +04:00
|
|
|
.Bl -tag -width TZ
|
|
|
|
.It Ev TZ
|
|
|
|
The timezone to use when displaying dates.
|
|
|
|
See
|
|
|
|
.Xr environ 7
|
|
|
|
for more information.
|
|
|
|
.El
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /var/log/messages -compact
|
|
|
|
.It Pa /var/log/wtmp
|
|
|
|
A record of date resets and time changes.
|
|
|
|
.It Pa /var/log/messages
|
|
|
|
A record of the user setting the time.
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr gettimeofday 2 ,
|
|
|
|
.Xr strftime 3 ,
|
|
|
|
.Xr utmp 5 ,
|
|
|
|
.Xr timed 8
|
|
|
|
.Rs
|
|
|
|
.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
|
|
|
|
.%A R. Gusella
|
|
|
|
.%A S. Zatti
|
|
|
|
.Re
|
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
Exit status is 0 on success, 1 if unable to set the date, and 2
|
1994-09-22 13:24:46 +04:00
|
|
|
if able to set the local date, but unable to set it globally.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
Occasionally, when
|
1997-05-11 12:34:37 +04:00
|
|
|
.Xr timed 8
|
1993-03-21 12:45:37 +03:00
|
|
|
synchronizes the time on many hosts, the setting of a new time value may
|
|
|
|
require more than a few seconds.
|
|
|
|
On these occasions,
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
prints:
|
|
|
|
.Ql Network time being set .
|
|
|
|
The message
|
|
|
|
.Ql Communication error with timed
|
|
|
|
occurs when the communication
|
|
|
|
between
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
and
|
1997-05-11 12:34:37 +04:00
|
|
|
timed
|
1993-03-21 12:45:37 +03:00
|
|
|
fails.
|
1997-01-25 03:17:00 +03:00
|
|
|
.\" .Sh BUGS
|
1993-08-19 21:02:40 +04:00
|
|
|
.Sh STANDARDS
|
1993-03-21 12:45:37 +03:00
|
|
|
The
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1995-07-25 23:36:36 +04:00
|
|
|
utility is expected to be compatible with
|
1994-09-22 13:24:46 +04:00
|
|
|
.St -p1003.2 .
|