Date Time Php

$time_parts = localtime();
$california_time_parts = localtime(time() - 3 * 3600);
?>