Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tabs
diff options
context:
space:
mode:
authorDarren Lines <darren@darrenlines.uk>2022-07-29 15:34:42 +0300
committerGitHub <noreply@github.com>2022-07-29 15:34:42 +0300
commitf76e5afd20239ffb8de75d3de022771a6d375138 (patch)
tree81450862fadb07d7d11c1f14a91d359d6d0c0680 /tabs
parent53881337e9e214810c38983b3abc0fb1d3699282 (diff)
parenta1b82fed19332b6d8799c2cd98d1b9cc88fdc428 (diff)
Merge pull request #1588 from iNavFlight/MrD_Convert-time-zone-offset-to-hours
Convert GPS time zone to hours
Diffstat (limited to 'tabs')
-rw-r--r--tabs/gps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabs/gps.html b/tabs/gps.html
index e809bd04..15c84190 100644
--- a/tabs/gps.html
+++ b/tabs/gps.html
@@ -42,7 +42,7 @@
<label for="gps_use_galileo"><span data-i18n="configurationGPSUseGalileo"></span></label>
</div>
<div class="number">
- <input type="number" id="tzOffset" data-setting="tz_offset" data-setting-multiplier="1" step="1" min="-1440" max="1440" />
+ <input type="number" id="tzOffset" data-setting="tz_offset" data-unit="mins" data-setting-multiplier="1" step="1" min="-1440" max="1440" />
<label for="tzOffset"><span data-i18n="tzOffset"></span></label>
<div for="tzOffset" class="helpicon cf_tip" data-i18n_title="tzOffsetHelp"></div>
</div>