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
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 |
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. |
thanks ;)) Mike |
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 |