Plesk

Unable to modify site with Web Presence Builder: We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead

Symptoms

Cause

Unknown.

Resolution

  1. Connect to the server via SSH.

  2. Check what localtime is being used with the following command:

    # ll /etc/localtime
    lrwxrwxrwx. 1 root root 25 Nov 14 2021 /etc/localtime -> ../usr/share/zoneinfo/Europe/Berlin

  3. Unlink /etc/localtime with command:

    # unlink /etc/localtime

  4. Link configuration back:

    # ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime

Exit mobile version