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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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.*"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user