Webmail time is not sync with server time

server time:
image

webmail time:
image

  1. Log in to Roundcube.
  2. Click “Settings.
  3. Click “Preferences.
  4. Click “User Interface.”
  5. Select the desired time zone from the “Time zone” drop-down menu.
  6. Select your preferred time format from the “Time format” drop-down menu.
  7. Select your preferred date format from the “Date format” drop-down menu.
  8. Click the “Save” button.
1 Like

How can I setup, defalt time zone for all? because I you say all user have to follow the steps to get correct time.

By default, roundcube uses auto that should take the time zone from server. If you want to change it, edit file /etc/roundcube/config.inc.php and add the following option:

$config['timezone'] = 'auto';

Change auto by the time zone you want to use, example using time zone for Spain.

$config['timezone'] = 'Europe/Madrid';

To get your time zone, visit this link:

https://www.php.net/manual/en/timezones.php