]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
date(1): Add "-R" flag to use RFC 2822 date and time output format [MFC]
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 May 2014 13:19:11 +0000 (13:19 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 May 2014 13:19:11 +0000 (13:19 +0000)
commitb996228ee3d76cff5383da871c3719119806c12a
treea82d19a5d354c005a472aa6ecde79e904875a577
parent98ddd02e399c977633ea08e952218d811aac7dcd
date(1): Add "-R" flag to use RFC 2822 date and time output format [MFC]

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.

This is an MFC of r264968 and r264970.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265265 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/date/date.1
bin/date/date.c