/ Published in: PHP
URL: http://philsturgeon.co.uk/news/2009/12/CodeIgniter-on-PHP-5.3
Set the default timezone for date/time functions to use if none is set on the server.
Expand |
Embed | Plain Text
{ date_default_timezone_set('GMT'); }
You need to login to post a comment.
