Vous pouvez simplement modifier votre instruction de sélection pour obtenir le décalage horaire en secondes, comme indiqué ci-dessous :
$sql =" select UNIX_TIMESTAMP(current_Timestamp()) - UNIX_TIMESTAMP(time_) FROM test_table WHERE user='john' ORDER BY time_ DESC LIMIT 1" ;