Changing time zone with an environment variable
<?php putenv('TZ=PST8PDT'); $california_time_parts = localtime(); ?>