blob: 560550e424e42b318df66cd5dbf09e44dc7e5a0c (
plain)
1
2
3
4
5
|
Logtime prints the date and time in a set format (YYYYMMDD hh:mm:ss).
With the -p option logtime subtracts one day from the date if the time
is before 8am. This is a special hack to make scripts that run in
the early morning hours generate log files with the previous days date.
|