aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
authorAlexander Menk <menk@mestrona.net>2016-12-20 12:47:19 +0100
committerAlexander Menk <menk@mestrona.net>2016-12-20 12:47:19 +0100
commit34fdca37d4a5a2d058345c60af028acad4edf8d8 (patch)
treea4ce6469bbeb33aa289d833badd97131e7b0d132 /web/app
parent07716fdd0bc9fb5329f2a6cd80acb6106b9f4e7c (diff)
downloadetbsa-traccar-web-34fdca37d4a5a2d058345c60af028acad4edf8d8.tar.gz
etbsa-traccar-web-34fdca37d4a5a2d058345c60af028acad4edf8d8.tar.bz2
etbsa-traccar-web-34fdca37d4a5a2d058345c60af028acad4edf8d8.zip
#2702 SetTimezone: Conversion to Seconds, Formating improvement (+ sign)
Diffstat (limited to 'web/app')
-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
});
}