diff --git a/lib/Drivers/DML/mysql.js b/lib/Drivers/DML/mysql.js index d73b5d08..3c199946 100755 --- a/lib/Drivers/DML/mysql.js +++ b/lib/Drivers/DML/mysql.js @@ -13,7 +13,7 @@ function Driver(config, connection, opts) { if (!this.config.timezone) { this.config.timezone = "local"; } - this.query = new Query({ dialect: "mysql", timezone: config.timezone }); + this.query = new Query({ dialect: "mysql", timezone: this.config.timezone }); this.reconnect(null, connection);