Correct timezone param in mysql node

This commit is contained in:
Dave C-J 2014-12-12 23:16:40 +00:00
parent 5cd7a73baf
commit bad0142f61
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -1,6 +1,6 @@
{
"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",
"dependencies" : {
"mysql" : "2.3.*"