From 53782e7e75f150b9ff6a5be88837a1de58197a5a Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 14 Aug 2019 12:02:12 +0200 Subject: [PATCH] Changing date output --- lib/functions.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.rc b/lib/functions.rc index 5f05290..ae808a0 100644 --- a/lib/functions.rc +++ b/lib/functions.rc @@ -258,7 +258,7 @@ eval_ldap_options() { #------------------------------------------------------------------------------ my_date() { - date +'%F %T.%N %:::z' + date --rfc-3339=seconds } #------------------------------------------------------------------------------ -- 2.39.5