Skip to content

Commit

Permalink
Include year in tctl status dates (#23372)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy committed Mar 21, 2023
1 parent fbdec7c commit e13693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13693f

Please sign in to comment.