Page 1 of 1

Question about time

Posted: Sun Nov 20, 2016 10:50 pm
by alabamatoy
System time is correct as shown on SSH or webmin, but zoneminder console shows 1 hour off (earlier) than system time. Time shown in actual video timestamps also appear correct. Why is the time shown in the console an hour off?

Re: Question about time

Posted: Mon Nov 21, 2016 2:30 am
by mocho
PHP time?
/etc/php5/apache2/php.ini

Code: Select all

date.timezone = Europe/Lisbon

http://php.net/manual/en/timezones.php

Re: Question about time

Posted: Fri Nov 25, 2016 1:52 pm
by alabamatoy
mocho wrote:PHP time?
/etc/php5/apache2/php.ini

Code: Select all

date.timezone = Europe/Lisbon
http://php.net/manual/en/timezones.php
No such path on my 16.04 Ubuntu. Found it under /etc/php/7.0/apache2/ It had an incorrect timezone set. Thanks for the help, I would never have found that....