Hello, I was having some issues with this module but ended up finding a fix myself. Thought I'd share it here for anyone having a similar problem.
I ended up using a slightly different PHP script in the time_zone_fix.php file:

PHP Code:
<?php
date_default_timezone_set
("America/Los_Angeles");
?>
That worked for me :)