Hi Norbert, > struct tm *tmptr = localtime (&aclock); In the case that SOURCE_DATE_EPOCH is correctly defined, it is better to use gmtime instead of localtime, as in all other programs which support SOURCE_DATE_EPOCH. I sent yesterday a possible patch to Luigi. Thanks, Akira