I am running the Zabbix 3.0 virtual appliance. I really like that it is running on Ubuntu now. However, I'm having an issue with the time zones. I've been researching this for two days and can't find a working answer.
The hwclock and date are showing up correctly.
appliance@zabbix:/etc/php5/apache2$ sudo hwclock
Tue 15 Mar 2016 02:21:22 PM EDT -1.143197 seconds
appliance@zabbix:/etc/php5/apache2$ date
Tue Mar 15 10:21:25 EDT 2016
appliance@zabbix:/etc/php5/apache2$ date -u
Tue Mar 15 14:21:28 UTC 2016
I have also changed the timezone setting in php.ini
date.timezone = America/New_York
I'm not sure what else to try. I read somewhere there may be a bug, due to the '/' in America/New_York commenting things out. I'm not sure if that is still an issue in 3.0.
Any help would be appreciated. I'm at a loss.
The hwclock and date are showing up correctly.
appliance@zabbix:/etc/php5/apache2$ sudo hwclock
Tue 15 Mar 2016 02:21:22 PM EDT -1.143197 seconds
appliance@zabbix:/etc/php5/apache2$ date
Tue Mar 15 10:21:25 EDT 2016
appliance@zabbix:/etc/php5/apache2$ date -u
Tue Mar 15 14:21:28 UTC 2016
I have also changed the timezone setting in php.ini
date.timezone = America/New_York
I'm not sure what else to try. I read somewhere there may be a bug, due to the '/' in America/New_York commenting things out. I'm not sure if that is still an issue in 3.0.
Any help would be appreciated. I'm at a loss.
Comment