docs: Format comment timestamp in UTC

I just forgot '-u' in a54c9622860a.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2017-07-28 10:45:26 +02:00
parent 159be14d9c
commit 4f01054500

View File

@ -198,9 +198,9 @@ MAINTAINERCLEANFILES = \
timestamp="$(shell if test -n "$$SOURCE_DATE_EPOCH"; \
then \
date --date="@$$SOURCE_DATE_EPOCH"; \
date -u --date="@$$SOURCE_DATE_EPOCH"; \
else \
date; \
date -u; \
fi)"
all-am: web