Nigeria - Twitter

#FreenBecky
#FreenBecky

36 minutes ago

Cardi
Cardi

10 hours ago

#InfinixHot60SeriesGoesLive
#InfinixHot60SeriesGoesLive

13 hours ago

#SeyiVibezLive
#SeyiVibezLive

13 hours ago

#OmeshamGele
#OmeshamGele

13 hours ago

#KanaByYvngEmir
#KanaByYvngEmir

13 hours ago

Public Holiday
Public Holiday

16 hours ago

The Federal Government
The Federal Government

16 hours ago

GOD OF GLORY
GOD OF GLORY

23 hours ago

GOD OF ANSWERS
GOD OF ANSWERS

23 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'; }