mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Correct timezone param in mysql node
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
<input type="text" id="node-config-input-db" placeholder="myDatabase">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-timezone"><i class="fa fa-clock-o"></i> Timezone</label>
|
||||
<input type="text" id="node-config-input-timezone" placeholder="local">
|
||||
<label for="node-config-input-tz"><i class="fa fa-clock-o"></i> Timezone</label>
|
||||
<input type="text" id="node-config-input-tz" placeholder="local">
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user