From 644cf96f44acce7125535cef9018c0990e2c99f6 Mon Sep 17 00:00:00 2001 From: Olof Hagsand Date: Sat, 22 Feb 2020 00:06:40 -1000 Subject: [PATCH] utc time in stream test --- test/test_stream.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_stream.sh b/test/test_stream.sh index 6b60c552..3c0194fa 100755 --- a/test/test_stream.sh +++ b/test/test_stream.sh @@ -27,7 +27,8 @@ APPNAME=example : ${clixon_util_stream:=clixon_util_stream} NCWAIT=10 # Wait (netconf valgrind may need more time) -DATE=$(date +"%Y-%m-%d") +# Ensure UTC +DATE=$(date -u +"%Y-%m-%d") cfg=$dir/conf.xml fyang=$dir/stream.yang