How do I change PHP's date programatically? -
how change php's time-zone settings, programatically, without configuring them in php.ini
i think you're looking is: date_default_timezone_set(); see php manual: http://php.net/manual/en/function.date-default-timezone-set.php
usage be: date_default_timezone_set('america/los_angeles').
Comments
Post a Comment