My Intelij IDE wont connect to my database server of MySQL Workbench, it specifies it as a timezone problem and wants me to go to advanced tab and set serverTimezone propert
In the Database tool window, right click on the data source, choose Properties (Shift+Enter), click on the Advanced tab.
Set the serverTimezone property to UTC.
serverTimezone
UTC
See also the corresponding documentation page.