On Tue, Oct 25, 2016 at 12:33:23PM +0100, Chris Lamb wrote:
> Hi Antonio,
> 
> Thanks for the explanation. Looking at the patch quickly:
> 
>   year := $(shell date -d @$(SOURCE_DATE_EPOCH) +%Y)
> 
> This should actually be:
> 
>   year := $(shell date -u -d @$(SOURCE_DATE_EPOCH) +%Y)
> 
> … otherwise it will not be reproducible "on" New Years Eve or New Year's Day
> due to timezones. :)

right. I pushed an update, but won't upload just for that. thanks

Attachment: signature.asc
Description: PGP signature

Reply via email to