discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] 2 issues with latest GIT master, at least on OSX


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] 2 issues with latest GIT master, at least on OSX 10.5.8
Date: Tue, 1 Jun 2010 15:46:44 -0600

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]