[libvirt] [PATCH] docs: Format comment timestamp in UTC

Martin Kletzander posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/945df05c36c32416be40c862cd001e6c0e419133.1501231595.git.mkletzan@redhat.com
docs/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] docs: Format comment timestamp in UTC
Posted by Martin Kletzander 6 years, 9 months ago
I just forgot '-u' in a54c9622860a.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 docs/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index a5bff7de1c9d..34f84e526daa 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
-- 
2.13.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Format comment timestamp in UTC
Posted by Ján Tomko 6 years, 9 months ago
On Fri, Jul 28, 2017 at 10:46:35AM +0200, Martin Kletzander wrote:
>I just forgot '-u' in a54c9622860a.
>
>Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
>---
> docs/Makefile.am | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

ACK

Jan
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list