-
Notifications
You must be signed in to change notification settings - Fork 47
Set Timezone
matidau edited this page Apr 30, 2023
·
1 revision
To set the default timezone to be used for certain calendar operations, but also for your log (if logging to file), do:
-
open your config.php file
This file is located in the root z-push folder, in /etc/z-push/config.php or /usr/share/z-push/config.php, depending on your installation method.
-
search for the line
define('TIMEZONE', '');
-
in the '' write a valid php timezone, possible values can be found here: http://php.net/manual/en/timezones.php
-
The line should look like this:
define('TIMEZONE', 'Europe/Amsterdam');
-
save the file
Z-Push and Autodiscover have separate timezone configurations. The timezone should be set for both components (if Autodiscover is being used).