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:
That worked for me :)PHP Code:<?php
date_default_timezone_set("America/Los_Angeles");
?>


Reply With Quote
