Skip to content

Commit 9e4a327

Browse files
committed
Fixing 12h mode alignment
1 parent acc076e commit 9e4a327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/plot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type Plotter struct {
3131
// though).
3232
func formatTime(twelve bool, t time.Time) string {
3333
if twelve {
34-
return t.Format("3:04PM")
34+
return t.Format("03:04PM")
3535
} else {
3636
return t.Format("15:04")
3737
}

0 commit comments

Comments
 (0)