From 34fdca37d4a5a2d058345c60af028acad4edf8d8 Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Tue, 20 Dec 2016 12:47:19 +0100 Subject: #2702 SetTimezone: Conversion to Seconds, Formating improvement (+ sign) --- web/app/view/CommandDialogController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app') diff --git a/web/app/view/CommandDialogController.js b/web/app/view/CommandDialogController.js index 9d7bb2b..e6823d3 100644 --- a/web/app/view/CommandDialogController.js +++ b/web/app/view/CommandDialogController.js @@ -86,7 +86,7 @@ Ext.define('Traccar.view.CommandDialogController', { attributes = this.lookupReference('paramSetTimezone'); value = attributes.down('numberfield[name="timezone"]').getValue(); record.set('attributes', { - timezone: value + timezone: value * 60 }); } -- cgit v1.2.3