We can use the Yii formatter component to display the timestamp, date, datetime in relative format such as 1 Hour ago or 20 seconds ago.
<?php echo Yii::$app->formatter->asRelativeTime($timestamp); ?>
$timestamp could be integer|string|DateTime|DateTimeInterface|DateInterval.