From 03d1ee5b50ad97e8953d40b93a1081d546a701e3 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 6 Jul 2016 07:58:11 +0200 Subject: systemd: use UTC for --with-time-epoch Signed-off-by: Michael Olbrich --- rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/systemd.make') diff --git a/rules/systemd.make b/rules/systemd.make index c5ac60843..69da447b4 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -128,7 +128,7 @@ SYSTEMD_CONF_OPT := \ --disable-debug \ --without-python \ --with-ntp-servers= \ - --with-time-epoch=`date --date "$(PTXDIST_VERSION_YEAR)-$(PTXDIST_VERSION_MONTH)-01" +%s` \ + --with-time-epoch=`date --date "$(PTXDIST_VERSION_YEAR)-$(PTXDIST_VERSION_MONTH)-01 UTC" +%s` \ --with-system-uid-max=999 \ --with-system-gid-max=999 \ --with-dns-servers= \ -- cgit v1.2.3