Have you deactivated all plugins to see if that resolves the problem?
If deactivating plugins doesn’t resolve your problem then read on…
Not sure what language version of WordPress you are using but utnalove posted a suggested fix for the Polish version and maybe it will work for you.
Essentially the fix (for English version) is to wp-includes/functions.php
at line 3179:
Change from:
return apply_filters('timezone_support',true);
to:
return apply_filters('timezone_support',false);
Please report back what solves the problem.