Time - error log

Steps to reproduce
The ownCloud Web Interface. Time recorded in the error log does not match the real time. How to change?

Actual behaviour
difference in time 3 hour

Server configuration
Operating system: Ubuntu Server 15.10
Web server:Apache/2.4.12
Database:mariaDB 10.0.25
PHP version:PHP 5.6.11
ownCloud version: OwnCloud 8.2.7 (stable)

Hi,

ownCloud is just using the timezone specified within your php.ini:

https://secure.php.net/manual/en/datetime.configuration.php#ini.date.timezone

For ownCloud itself you can also specify this within the config.php like seen here:

https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/config_sample_php_parameters.html#logging

1 Like