This works. I used the example Matt gave:
date_default_timezone_set('GMT');
If you replace the GMT with your timezone listed here:
http://www.php.net/manual/en/timezones.php
it will work for you:)
This is what mine looks like:
date_default_timezone_set('America/Los_Angeles');