How can we change the time zones using PHP ?

We can change the time zones by using date_default_timezone_set() function
eg : date_default_timezone_set(‘America/Los_Angeles’);