Installation guide

date
Examples
In the following example, the system is commanded to display
the current date and time.
>>> date
23:29:10 Monday, May 11, 1992
In the next example, the year, month, date, hour, and minute are
set on the system.
>>> date 199302260814
In the next example, the date and time are set on the system.
>>> date 121537
In the next example, the hour, minute, and second are set on the
system.
>>> date 1620.05
3–12 Console Commands