Question about time
-
- Posts: 360
- Joined: Sun Jun 05, 2016 2:53 pm
Question about time
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
PHP time?
/etc/php5/apache2/php.ini
http://php.net/manual/en/timezones.php
/etc/php5/apache2/php.ini
Code: Select all
date.timezone = Europe/Lisbon
http://php.net/manual/en/timezones.php
-
- Posts: 360
- Joined: Sun Jun 05, 2016 2:53 pm
Re: Question about time
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....mocho wrote:PHP time?
/etc/php5/apache2/php.inihttp://php.net/manual/en/timezones.phpCode: Select all
date.timezone = Europe/Lisbon