I get problem again when I try to sett mysql timezone:
here is my code:
Yii::app()->getDb()->createCommand("SET time_zone='Europe/Helsinki'")->execute();
the error is:
CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1298 Unknown or incorrect time zone: 'Europe/Helsinki'SET time_zone='Europe/Helsinki'
I have try to change timezone value become 'Asia/Jakarta' or more I use this time zone(http://en.wikipedia....base_time_zones)
but still error like above.
maybe some one can point me how to fix this.
Thank you very much for everything
Regards,
DanDinDun

Help












