X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnetwork.php;h=18c2037dda2ad773449c87a0bef452d40ed230ea;hb=8ddb94ef0669948d11da6040e47eab386b91f3db;hp=50eb025c23b0af2d5b3a19e4e8e68c5892ad4f4f;hpb=c55e389bbc1977bbc5d6e8ecc067218aab508bc4;p=friendica.git diff --git a/mod/network.php b/mod/network.php index 50eb025c23..18c2037dda 100644 --- a/mod/network.php +++ b/mod/network.php @@ -480,9 +480,9 @@ function networkThreadedView(App $a, $update, $parent) $rawmode = (isset($_GET['mode']) AND ( $_GET['mode'] == 'raw')); if (isset($_GET['last_received']) && isset($_GET['last_commented']) && isset($_GET['last_created']) && isset($_GET['last_id'])) { - $last_received = DBM::date($_GET['last_received']); - $last_commented = DBM::date($_GET['last_commented']); - $last_created = DBM::date($_GET['last_created']); + $last_received = DateTimeFormat::utc($_GET['last_received']); + $last_commented = DateTimeFormat::utc($_GET['last_commented']); + $last_created = DateTimeFormat::utc($_GET['last_created']); $last_id = intval($_GET['last_id']); } else { $last_received = '';