From c2bf2bbcc5845455d4ac33021b88a065b318a46f Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 5 Feb 2022 22:56:24 -0600 Subject: [PATCH] Use rfc-2822 for log timestamp --- scripts/start-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-utils b/scripts/start-utils index ccac4376..ecdec503 100755 --- a/scripts/start-utils +++ b/scripts/start-utils @@ -93,7 +93,7 @@ function log() { shopt -u -o xtrace if isDebugging || isTrue "${LOG_TIMESTAMP:-false}"; then - ts=" $(date --rfc-3339=seconds)" + ts=" $(date --rfc-2822)" else ts= fi