Where I have to change the time-zone, if I want to to have the timezone of the current user, at the point of inserting any data?
I have tried the following code inside my model, but it is not working:
date_default_timezone_set('Europe/Nicosia');
$this->db->set('TIME', 'NOW()', FALSE);
$this->db->insert('LOGS', $data3);