From c7d69869cd13f9d0434703e5eef60a29aba8de90 Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Wed, 21 Dec 2016 09:45:02 +0100 Subject: #2702 SetTimezone: Really - Conversion to Seconds NOT Minutes --- web/app/view/CommandDialogController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/view/CommandDialogController.js b/web/app/view/CommandDialogController.js index e6823d3..6e809fa 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 * 60 + timezone: value * 3600 }); } -- cgit v1.2.3