]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Change the 'date -R' to sort-of iso-8601 emulated time
authorOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 08:04:38 +0000 (10:04 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 11:41:00 +0000 (13:41 +0200)
bin/tests/system/run.sh.in

index 428567f56496b22aaccfc37336833b747c4c5ad9..4585cd039f6732b52dd6bf08495fa596c75e8b91 100644 (file)
@@ -26,7 +26,7 @@ export builddir
 export srcdir
 
 date_with_args() (
-    date -R
+    date "+%Y-%m-%dT%T%z"
 )
 
 stopservers=true