Ireland - Twitter

Zionists
Zionists

2 hours ago

Channel 4
Channel 4

5 hours ago

Tinubu
Tinubu

8 hours ago

#SeeForYourself
#SeeForYourself

8 hours ago

Peter Obi
Peter Obi

10 hours ago

Brother Kevin
Brother Kevin

10 hours ago

Diddy
Diddy

10 hours ago

Brother Kevin Crowley
Brother Kevin Crowley

11 hours ago

#Moorepark25
#Moorepark25

11 hours ago

Barry
Barry

11 hours ago

High Court
High Court

11 hours ago

Kevin Crowley
Kevin Crowley

13 hours ago

Capuchin Day Centre
Capuchin Day Centre

13 hours ago

Kevin
Kevin

15 hours ago

#BDC25
#BDC25

15 hours ago

Noni
Noni

15 hours ago

Dave
Dave

17 hours ago

DJ Carey
DJ Carey

17 hours ago

#Cork
#Cork

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