diff options
author | Ori Bernstein <ori@eigenstate.org'> | 2019-09-06 08:25:21 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org'> | 2019-09-06 08:25:21 -0700 |
commit | 8cbe3772c45431b962971e45581d831772a85947 (patch) | |
tree | 22c6a38d5d67d0093ddb7bee15f045ac9e1f33d0 /sys/man/1 | |
parent | 0cb4115b8234946b5468f3f0fe29d4c6a94f1026 (diff) |
Add RFC2822 (email style) formatted dates to to date(1).
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/date | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/1/date b/sys/man/1/date index b49d65192..7ad11ffab 100644 --- a/sys/man/1/date +++ b/sys/man/1/date @@ -30,6 +30,9 @@ Report the date as ISO-8601 without time and timezone suffix. .TP .B -t Report the date as ISO-8601 with time and timezone suffix. +.TP +.B -m +Report the date as an email compatible (RFC2822) time stamp. .PP The conversion from Greenwich Mean Time to local time depends on the .B $timezone |