utc time in stream test
This commit is contained in:
parent
e1bccfa2a7
commit
644cf96f44
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue