|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1658 (0x67a)
Types: TextFile
Notes: UNIX file
Names: »date.1«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/cat1/date.1«
1
DATE(1) UNIX Programmer's Manual DATE(1)
NAME
date - print and set the date
SYNOPSIS
date [ yymmddhhmm [ .ss ] ]
DESCRIPTION
If no argument is given, the current date and time are
printed. If an argument is given, the current date is
set. _▶08◀y_▶08◀y is the last two digits of the year; the first _▶08◀m_▶08◀m
is the month number; _▶08◀d_▶08◀d is the day number in the month; _▶08◀h_▶08◀h
is the hour number (24 hour system); the second _▶08◀m_▶08◀m is the
minute number; ._▶08◀s_▶08◀s is optional and is the seconds. For
example:
date 10080045
sets the date to Oct 8, 12:45 AM. The year, month and day
may be omitted, the current values being the defaults.
The system operates in GMT. _▶08◀D_▶08◀a_▶08◀t_▶08◀e takes care of the
conversion to and from local standard and daylight time.
FILES
/usr/adm/wtmp to record time-setting
SEE ALSO
utmp(5)
DIAGNOSTICS
`No permission' if you aren't the super-user and you try
to change the date; `bad conversion' if the date set is
syntactically incorrect.
1