date.1 (470B)
1 .TH DATE 1 sbase\-VERSION 2 .SH NAME 3 date \- print date and time 4 .SH SYNOPSIS 5 .B date 6 .RB [ \-d 7 .IR time ] 8 .RB [ \-u ] 9 .RI [+ format ] 10 .SH DESCRIPTION 11 .B date 12 prints the date and time. If a 13 .I format 14 is given it is used to format the date as per 15 .IR strftime (3). 16 .SH OPTIONS 17 .TP 18 .BI \-d " time" 19 prints 20 .I time 21 instead of the system time, given as the number of seconds since the Unix epoch. 22 .TP 23 .B \-u 24 prints UTC time instead of local time. 25 .SH SEE ALSO 26 .IR strftime (3)