summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-07-06 07:58:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-06 07:58:11 +0200
commit03d1ee5b50ad97e8953d40b93a1081d546a701e3 (patch)
tree98f2c77051a421a19c973a2550b4c14745680ec5 /rules/systemd.make
parentc00ab4ae721f3a0e728f3e0c6b86640e56f1d48e (diff)
downloadptxdist-03d1ee5b50ad97e8953d40b93a1081d546a701e3.tar.gz
ptxdist-03d1ee5b50ad97e8953d40b93a1081d546a701e3.tar.xz
systemd: use UTC for --with-time-epoch
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 1 insertions, 1 deletions
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= \