Google News
logo
CodeIgniter - Interview Questions
How is the default timezone set in Codeigniter?
The default timezone in Codeigniter is set by opening the application using the config.php file and adding this code to it.
date_default_timezone_set('your timezone');
Advertisement