From bd7d1734c35e771ab62c89afd6a8e2dfb89bacfa Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Sat, 25 Jan 2025 22:40:13 +0500 Subject: [PATCH] [RutubeBridge] Use publication time instead of creation time (#4417) Publication time is shown in video page itself, so it is more essential --- bridges/RutubeBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/RutubeBridge.php b/bridges/RutubeBridge.php index 6e48c27a..ba8ddde4 100644 --- a/bridges/RutubeBridge.php +++ b/bridges/RutubeBridge.php @@ -132,7 +132,7 @@ class RutubeBridge extends BridgeAbstract $video->description . ' ' ) ); - $item['timestamp'] = $video->created_ts; + $item['timestamp'] = $video->publication_ts; $item['author'] = $video->author->name; $item['content'] = $content;