![](https://secure.gravatar.com/avatar/db0693a083e209359121db6b44b78214.jpg?s=120&d=mm&r=g)
Hi there,
I'm having an issue with the time zone settings in PHP that are causing the dates and times to show up like in the screenshot below.
[cid:image002.png@01D04603.E5407F80]
After searching for a bit I found a thread that mentioned that the time zone needed to be set in the php.ini file (/etc/php5/cli/php.ini). I changed the setting and restarted apache but the date and time are still showing incorrectly in Observium. I even restarted the sever to no aval.
Here is a snippet of the php.ini time/date config
[Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = Australia/Sydney
; http://php.net/date.default-latitude ;date.default_latitude = 31.7667
; http://php.net/date.default-longitude ;date.default_longitude = 35.2333
; http://php.net/date.sunrise-zenith ;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith ;date.sunset_zenith = 90.583333
Is there anything I have missed?
Thanks, Aaron