Skip to content
Snippets Groups Projects
Unverified Commit af4ee635 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5164 from JediKev/db/system-time-zone-2

db: System Time Zone
parents d227d54e d8adf850
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ function db_connect($host, $user, $passwd, $options = array()) {
'CHARACTER SET' => 'utf8',
'COLLATION_CONNECTION' => 'utf8_general_ci',
'SQL_MODE' => '',
'TIME_ZONE' => '@@global.time_zone',
'TIME_ZONE' => 'SYSTEM',
), 'session');
$__db->set_charset('utf8');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment