aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/view/CommandDialogController.js2
1 files changed, 1 insertions, 1 deletions
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
});
}