Skip to content

Commit

Permalink
use 24hour time as default
Browse files Browse the repository at this point in the history
  • Loading branch information
dcilke committed Aug 6, 2022
1 parent b9ec63e commit bde021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var (
)

const (
consoleDefaultTimeFormat = time.Kitchen
consoleDefaultTimeFormat = "15:04:05"
)

// Formatter transforms the input into a formatted string.
Expand Down

0 comments on commit bde021c

Please sign in to comment.