On Jun 1, 2010, at 1:52 PM, Johnathan Corgan wrote:
From the manpage:

-R, --rfc-2822
             output date and time in RFC 2822 format.  Example: Mon,
07 Aug 2006 12:34:56 -0600

Can we instead use something like:

$ date -u +"%a, %d %b %Y %R:%S"

which isn't quite RFC 2822 compliant since it's missing the following "+0000" (since '-u') was specified ... but it'll always be "+0000" so do we really need it there? Doing "grep -r BUILD_DATE ." from the top- level directory, I think, shows that this variable isn't even used ... yes? I think the above command is cross-OS compatible ... we can expand out %R if necessary.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to