Mega Code Archive

 
Categories / Php / Date Time
 

Changing time zone with an environment variable

<?php putenv('TZ=PST8PDT'); $california_time_parts = localtime(); ?>