date(1): Add "-R" flag to use RFC 2822 date and time output format
authorRobin Hahling <robin.hahling@gw-computing.net>
Sat, 15 Nov 2014 18:57:37 +0000 (19:57 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 15 Nov 2014 19:01:48 +0000 (20:01 +0100)
commit3ea318c6a5debb74a8ef8e61ff0d45babbfb50c2
tree47c3a2ed6ea0a598a84598bb80405175c7a91949
parent4cdd475a0515aff2fb1af9c57a12e4eddf628908
date(1): Add "-R" flag to use RFC 2822 date and time output format

As stated in the man page, this is equivalent to use
"%a, %d %b %Y %T %z" as the output format while LC_TIME is set to the
"C" locale.

This is compatible with date(1) from the GNU core utilities.

Taken-from: FreeBSD

While here, remove $DragonFly$ line from man page.
bin/date/date.1
bin/date/date.c