Dolphin time

Hello, since the time has changed this weekend, my time on my site is incorrect, my server time is ok, but the time of my site no...where can I fix this ?

 

Thanks

Mike
Quote · 3 Nov 2014

go to inc/classes/BxDolDb.php ->  find function connect() -> find mysql_query("SET sql_mode = ''", $this->link);

just under that add -> mysql_query("SET SESSION time_zone = 'US/Pacific';"); 

replace time zone in red with your time zone. save,and clear cache.

Quote · 4 Nov 2014

thanks ;))

Mike
Quote · 4 Nov 2014

Please note that you need to set the same timezone for PHP and MySQL:

http://www.boonex.com/trac/dolphin/wiki/GenFAQ#HowcanIchangethetimezoneinDolphin

Rules → http://www.boonex.com/terms
Quote · 10 Nov 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.