Nigeria - Twitter

#FreenBecky
#FreenBecky

7 minutes ago

Cardi
Cardi

9 hours ago

#InfinixHot60SeriesGoesLive
#InfinixHot60SeriesGoesLive

12 hours ago

#SeyiVibezLive
#SeyiVibezLive

12 hours ago

#OmeshamGele
#OmeshamGele

12 hours ago

#KanaByYvngEmir
#KanaByYvngEmir

12 hours ago

Public Holiday
Public Holiday

15 hours ago

The Federal Government
The Federal Government

15 hours ago

GOD OF GLORY
GOD OF GLORY

22 hours ago

GOD OF ANSWERS
GOD OF ANSWERS

22 hours ago

function time_elapsed_string($datetime) { $now = new DateTime; $ago = new DateTime($datetime); $diff = $now->diff($ago); if ($diff->d > 0) { return $diff->d . ' day' . ($diff->d > 1 ? 's' : '') . ' ago'; } if ($diff->h > 0) { return $diff->h . ' hour' . ($diff->h > 1 ? 's' : '') . ' ago'; } if ($diff->i > 0) { return $diff->i . ' minute' . ($diff->i > 1 ? 's' : '') . ' ago'; } return 'just now'; }