/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
phpunit/data/feed/feed-with-gmt-offset.xml
31 строка
2 KB
SirLouen
RSS Block: Display times using site display time (#69645).
23 мар 2025, 03:16
Не верифицирован
23 мар 2025, 03:16
e9d5e0f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:fn="https://www.publishwithfoundation.com/rss/2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0"> <channel> <title>Test RSS Feed</title> <link>https://www.example.com</link> <atom:link href="https://www.example.com/rss.xml" rel="self" type="application/rss+xml"/> <description>This is a test RSS feed for unit testing.</description> <language>en-us</language> <pubDate>Wed, 19 Mar 2025 00:00:01 -0700</pubDate> <lastBuildDate>Wed, 19 Mar 2025 03:58:04 -0700</lastBuildDate> <generator>Test</generator> <item> <title>Test Article 1</title> <link>https://www.example.com/article1</link> <guid isPermaLink="true">https://www.example.com/article1</guid> <dc:creator>Test Author</dc:creator> <description>This is a test article description.</description> <pubDate>Thu, 10 Mar 2025 04:00:00 -0700</pubDate> <source url="https://www.example.com">Test Source</source> </item> <item> <title>Test Article 2</title> <link>https://www.example.com/article2</link> <guid isPermaLink="true">https://www.example.com/article2</guid> <dc:creator>Test Author 2</dc:creator> <description>This is another test article description.</description> <pubDate>Wed, 18 Mar 2025 10:30:00 -0700</pubDate> <source url="https://www.example.com">Test Source</source> </item> </channel> </rss>