From 6cd689a53257f6965060e5237d9f1fa4b62b9f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Allard?= Date: Fri, 24 Oct 2014 09:32:31 +0200 Subject: [PATCH] Replace %I [01, 12] with %H [0, 23] --- www/waterfall_view/src/module/main.module.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/waterfall_view/src/module/main.module.coffee b/www/waterfall_view/src/module/main.module.coffee index 385b411c00b..e7f2ad9d730 100644 --- a/www/waterfall_view/src/module/main.module.coffee +++ b/www/waterfall_view/src/module/main.module.coffee @@ -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