0

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);      
Christian Gollhardt
  • 15,685
  • 16
  • 74
  • 107
chrysst
  • 347
  • 6
  • 20

0 Answers0