utc time in stream test

This commit is contained in:
Olof Hagsand 2020-02-22 00:06:40 -10:00
parent e1bccfa2a7
commit 644cf96f44

View file

@ -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