From: Martin Kletzander Date: Fri, 28 Jul 2017 08:45:26 +0000 (+0200) Subject: docs: Format comment timestamp in UTC X-Git-Tag: v3.6.0-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f01054500476eff9df983080bc87f466b0b6931;p=thirdparty%2Flibvirt.git docs: Format comment timestamp in UTC I just forgot '-u' in a54c9622860a. Signed-off-by: Martin Kletzander --- diff --git a/docs/Makefile.am b/docs/Makefile.am index a5bff7de1c..34f84e526d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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