how to set default timezone in codeigniter?

To resolve this issue you have to set default time zone in index.php of root directory

date_default_timezone_set("asia/Singapore");

Comments

Popular posts from this blog

Creating Protected routes in ReactJS

Redirect http to https in codeigniter