Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100:
> I tried adding the following, but with no success (I must be passing
> the date wrongly):
>     --add-header date=`date -R`

--add-header Date="`date -R`"

FWIW, 'date -R' is not portable; I think the portable version is
   LC_ALL=C date +"%a, %d %b %Y %H:%M:%S %z"

> 
> Any help appreciated,
> 
> 
> Miguel Almeida
> 

Reply via email to