Você pode apenas alterar sua instrução select para fornecer a diferença de tempo em segundos, conforme mostrado abaixo:
$sql =" select UNIX_TIMESTAMP(current_Timestamp()) - UNIX_TIMESTAMP(time_) FROM test_table WHERE user='john' ORDER BY time_ DESC LIMIT 1" ;