Page 1 of 1

SOLVED -ZM time different than system clock

Posted: Sun Apr 01, 2012 9:29 pm
by PacoLM
Hi,

I have updated my Debian on Guruplug today and since the upgrade, the ZM GUI is showing a different time than the system clock. I have checked tzdata and ntpd and the time is correct. Any clue?

Regards,

PacoLM

Re: ZM time different than system clock

Posted: Sun Apr 01, 2012 11:47 pm
by wvt007
Check your time zone settings on your apache server and mysql. Mine did the same thing after the day light savings change. I had to specify my timezone in the apache configuration.

(SOLVED) Re: ZM time different than system clock

Posted: Mon Apr 02, 2012 5:02 am
by PacoLM
Hi,

I had to edit the file /etc/php5/apache2/php.ini and set the date.timezone to my timezone:

date.timezone = "Europe/Madrid"

Thanks a lot,

PacoLM