summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-10 00:31:35 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-10 00:31:35 +0100
commit05f57e06e8ac66d0bbfc805ef4d7edb88e4d3be3 (patch)
tree04b5f6f80e93086e8f1a35c2dfd9a68717b1d51e
parentmetadata.rnc: Update from DTD. (diff)
downloadnxml-gentoo-schemas-05f57e06e8ac66d0bbfc805ef4d7edb88e4d3be3.tar.gz
nxml-gentoo-schemas-05f57e06e8ac66d0bbfc805ef4d7edb88e4d3be3.tar.bz2
nxml-gentoo-schemas-05f57e06e8ac66d0bbfc805ef4d7edb88e4d3be3.zip
Makefile: Output date in UTC time zone.nxml-gentoo-schemas-20200109
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04e04d9..8d0c661 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ RNCS = $(patsubst %.dtd,%.rnc,$(DTDS))
ifneq ($(PV),)
PN=nxml-gentoo-schemas-$(PV)
else
-PN=nxml-gentoo-schemas-$(shell date '+%Y%m%d')
+PN=nxml-gentoo-schemas-$(shell TZ=UTC date '+%Y%m%d')
endif
TARBALL=$(PN).tar.xz