2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Change the 'date -R' to sort-of iso-8601 emulated time

This commit is contained in:
Ondřej Surý
2020-05-01 10:04:38 +02:00
parent 8072bc599b
commit 5b7fccd28d

View File

@@ -26,7 +26,7 @@ export builddir
export srcdir
date_with_args() (
date -R
date "+%Y-%m-%dT%T%z"
)
stopservers=true