Docu review done: Thu 29 Jun 2023 12:17:58 CEST

Table of Content

Parameters

ParametersDescription
--date='@<SECONDS>'Convert seconds since the epoch (1970-01-01 UTC) to a date

Formating output

$ date +"%<FORMANT1>.*%<FORMAT2>..."
FORRMATDescription
%sseconds since 1970-01-01 00:00:00 UTC
%Ttime; same as %H:%M:%S
%Ddate; same as %m/%d/%y
%Ffull date; same as `%Y-%m-%d1
%dday of month (e.g., 01)
%mmonth (0112)
%Yyear (e.g. 2020)
%Hhour (0023)
%Ihour (0112)
%Mminute (0059)
%Ssecond (0059)