From 9ad0f4d92a3466b68a6986ff563ac8a53d6c9d31 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 21 Mar 2023 09:26:03 -0400 Subject: [PATCH] Include year in tctl status dates --- api/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/constants/constants.go b/api/constants/constants.go index f1d7d448e5495..3667cd70d1c61 100644 --- a/api/constants/constants.go +++ b/api/constants/constants.go @@ -69,7 +69,7 @@ const ( Github = "github" // HumanDateFormatSeconds is a human readable date formatting with seconds - HumanDateFormatSeconds = "Jan _2 15:04:05 UTC" + HumanDateFormatSeconds = "Jan _2 2006 15:04:05 UTC" // MaxLeases serves as an identifying error string indicating that the // semaphore system is rejecting an acquisition attempt due to max