Simple time zone calculation
<?php $time_parts = localtime(); $california_time_parts = localtime(time() - 3 * 3600); ?>