Skip to content

Commit

Permalink
Replace %I [01, 12] with %H [0, 23]
Browse files Browse the repository at this point in the history
  • Loading branch information
benallard committed Oct 24, 2014
1 parent 00c0401 commit 6cd689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/waterfall_view/src/module/main.module.coffee
Expand Up @@ -32,7 +32,7 @@ class Waterfall extends Controller
minColumnWidth: cfg.minColumnWidth or 40

# Y axis time format (new line: ^)
timeFormat: cfg.timeFormat or '%x^%I:%M'
timeFormat: cfg.timeFormat or '%x^%H:%M'

# Lazy load limit
limit: cfg.limit or 40
Expand Down

0 comments on commit 6cd689a

Please sign in to comment.