Merge branch 'ondrej/use-utc-for-reproducible-builds-v9_18' into 'v9_18'

[v9_18] Use UTC datetime for reproducible builds

See merge request isc-projects/bind9!5765
This commit is contained in:
Michał Kępień 2022-01-27 05:56:35 +00:00
commit c2c7b36f5e

View file

@ -1253,7 +1253,7 @@ AM_CONDITIONAL([HAVE_XELATEX], [test "$XELATEX" != ":" && test "$LATEXMK" != ":"
# Pull release date from CHANGES file last modification date
# for reproducible builds
#
release_date=`date -r CHANGES +%Y-%m-%d`
release_date=`date -u -r CHANGES +%Y-%m-%d`
AC_SUBST([RELEASE_DATE], $release_date)
#