Another option if you don’t have access to your server’s PHP.ini file:
In /wp/wp-includes/functions.php
Add the following before the first function:
date_default_timezone_set(‘UTC’);
Not sure if this is the best place to put this but some of the other places I tried it didn’t work or only worked for certain parts of WordPress
Of course this will break every time you upgrade WP so be warned.