]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
date(1): Add "-R" flag to use RFC 2822 date and time output format
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Sat, 26 Apr 2014 13:05:56 +0000 (13:05 +0000)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Sat, 26 Apr 2014 13:05:56 +0000 (13:05 +0000)
commitb69ced8d8c13d96fc35a9d0153db4fa26ae5541d
tree149add10f32a6e6d3dff2045fc84f4abb14a3f9b
parent612032773ab46764a296cd6a4b779a591809b77c
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.
bin/date/date.1
bin/date/date.c