php change time zone

Filed Under (PHP) by Mihai on 28-10-2009

Tagged Under :


How to change time zone for you php application :

date_default_timezone_set(‘Europe/Bucharest’);

Leave a Reply