Austria - Twitter

Anwalt
Anwalt

2 hours ago

Venedig
Venedig

3 hours ago

Milei
Milei

4 hours ago

Asyl
Asyl

4 hours ago

Stuttgart
Stuttgart

7 hours ago

Reihe
Reihe

7 hours ago

Solange
Solange

10 hours ago

#RemigrationJETZT
#RemigrationJETZT

12 hours ago

Kindheit
Kindheit

12 hours ago

Bezos
Bezos

13 hours ago

Salzburg
Salzburg

15 hours ago

Hochzeit
Hochzeit

15 hours ago

Gehirn
Gehirn

15 hours ago

Lewis
Lewis

15 hours ago

Anscheinend
Anscheinend

16 hours ago

Bond
Bond

16 hours ago

Kindergarten
Kindergarten

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