Hello, for security reasons I need to get the time the page visitor entered, but the system apparently is taking the time from the server.
IP: [XXX.XXX.XXX.XXX] Date: [03-07-2017 - 14:05:49] (Local time 11:05)
I'm using the following code
$ip = $_SERVER['REMOTE_ADDR'];
$data = date("d-m-Y - H:i:s");
What could I use to get Brazilian time (Brasilia official time)?