Change timezone of PHP

Posted on February 9, 2008
Filed Under PHP |

If you wanna change the timezone of a PHP script, set the timezone environmental variable in your PHP code as simple as shown bellow.

1
2
3
<?
putenv("TZ=Asia/Colombo");
?>

Comments

Leave a Reply




  • About

    This is an area on your website where you can add text. This will serve as an informative location on your website, where you can talk about your site.