Question about time

Forum for questions and support relating to the 1.30.x releases only.
Locked
alabamatoy
Posts: 360
Joined: Sun Jun 05, 2016 2:53 pm

Question about time

Post 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?
mocho
Posts: 3
Joined: Sat Jul 09, 2016 4:19 am

Re: Question about time

Post by mocho »

PHP time?
/etc/php5/apache2/php.ini

Code: Select all

date.timezone = Europe/Lisbon

http://php.net/manual/en/timezones.php
alabamatoy
Posts: 360
Joined: Sun Jun 05, 2016 2:53 pm

Re: Question about time

Post 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....
Locked