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

Stop video playing when Bootstrap modal is closed

Creating Protected routes in ReactJS