I'm writing the date and time in the database with script :
$sql = "INSERT INTO admin_users (user_name, user_password_hash, user_email, user_data)
VALUES('" . $user_name . "', '" . $user_password_hash . "', '" . $user_email . "', '" . date('d/m/Y H:i:s') . "' );";
but the time is registered from the server, not the Brasilia. How to record Brasília time?