sbase/date.1

27 lines
470 B
Groff
Raw Normal View History

2011-05-23 14:00:31 -04:00
.TH DATE 1 sbase\-VERSION
.SH NAME
date \- print date and time
.SH SYNOPSIS
.B date
.RB [ \-d
.IR time ]
.RB [ \-u ]
2011-05-23 14:00:31 -04:00
.RI [+ format ]
.SH DESCRIPTION
.B date
prints the date and time. If a
.I format
is given it is used to format the date as per
2011-05-25 13:29:46 -04:00
.IR strftime (3).
2011-05-23 14:00:31 -04:00
.SH OPTIONS
.TP
.BI \-d " time"
prints
.I time
instead of the system time, given as the number of seconds since the Unix epoch.
.TP
.B \-u
prints UTC time instead of local time.
2011-05-25 13:29:46 -04:00
.SH SEE ALSO
.IR strftime (3)