Skip to content

Commit

Permalink
update date format to include year
Browse files Browse the repository at this point in the history
  • Loading branch information
systemizer committed Jul 10, 2019
1 parent e038c95 commit aca72c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (

const (
// ShortTimeFormat is a short format for printing timestamps
ShortTimeFormat = "01-02 15:04:05"
ShortTimeFormat = "2018-01-02 15:04:05"

// DefaultNumRetries is the default for the number of retries we'll use for our SSM client
DefaultNumRetries = 10
Expand Down

0 comments on commit aca72c1

Please sign in to comment.