Closed
Description
After the change from gmtime_r
to localtime_r
in a67e9cc, the build became unreproducible. Where it's the timezone that makes the difference. This is in part a regression from #310.
When we build this package in Debian, we create the documentation at the same time, with HTMLDOC. This means that with version 1.9.16, the CreationDate
of pdf
and ps
documents, will change depending on timezone.
How important is the need to use localtime_r
? I noticed #485, which makes me believe this is a wanted feature.
Also, was the change to localtime_r
needed for #472 to be fully functional?