Skip to content

Commit

Permalink
Merge pull request #1284 from benallard/patch-1
Browse files Browse the repository at this point in the history
Use 24 hour clock by default in www plugin (GH-1284)
  • Loading branch information
Mikhail Sobolev committed Oct 24, 2014
2 parents 00c0401 + 6cd689a commit 82b79f2
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 82b79f2

Please sign in to comment.