mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Correct timezone param in mysql node
This commit is contained in:
parent
5cd7a73baf
commit
bad0142f61
@ -36,8 +36,8 @@
|
|||||||
<input type="text" id="node-config-input-db" placeholder="myDatabase">
|
<input type="text" id="node-config-input-db" placeholder="myDatabase">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-config-input-timezone"><i class="fa fa-clock-o"></i> Timezone</label>
|
<label for="node-config-input-tz"><i class="fa fa-clock-o"></i> Timezone</label>
|
||||||
<input type="text" id="node-config-input-timezone" placeholder="local">
|
<input type="text" id="node-config-input-tz" placeholder="local">
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-mysql",
|
"name" : "node-red-node-mysql",
|
||||||
"version" : "0.0.3",
|
"version" : "0.0.4",
|
||||||
"description" : "A Node-RED node to read and write to a MySQL database",
|
"description" : "A Node-RED node to read and write to a MySQL database",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"mysql" : "2.3.*"
|
"mysql" : "2.3.*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user