PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

Added support for Mysql timezone on connection

Open sassoleo opened this issue 4 years ago • 1 comments

Timezone can be specified in the constructor optionally, example: '-5:00' for EST The class will send the SQL query in the constructor: SET time_zone = '-5:00' Also fixed a problem with rawQuery on very long SQL queries, eliminating spaces from the query string

sassoleo avatar Sep 21 '21 06:09 sassoleo

sorry, this patch is breaking an existing constructor API.

avbdr avatar Sep 13 '22 15:09 avbdr