From 216489551ea9a945047b3bcfce57578504b09cce Mon Sep 17 00:00:00 2001 From: "osm@osm.rrze" Date: Fri, 17 Aug 2012 22:47:12 +0200 Subject: [PATCH] mixup lokale zeitzone / utc korrigiert - date wertet das Z als zeitzonenangabe im textstring leider nicht aus, daher --utc als parameter noetig. --- scripts/munin-getdblag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/munin-getdblag.sh b/scripts/munin-getdblag.sh index 7e19de1..18633d6 100755 --- a/scripts/munin-getdblag.sh +++ b/scripts/munin-getdblag.sh @@ -2,7 +2,7 @@ LASTDBUPDATE=`cat /var/www/lastdbupdate.txt` -TS2=`date '+%s' "--date=$LASTDBUPDATE"` +TS2=`date '+%s' --utc "--date=$LASTDBUPDATE"` TS1=`date '+%s'` if [ "$1" = "autoconf" ]; then -- 2.25.1