We are calling the rss.xml API to fetch blog data, and recently we noticed an issue with the pubDate value. The response we are receiving looks like this: Fri, 27 Feb 2026 16:00:00 +0000. We are unsure why the +0000 is included in the response. Could you please confirm the reason for this format? Additionally, could you add another field in the response that provides the estimated read time of the blog? This would allow us to display the reading time in our blog listings.

FlexCrew
0
+0000 is the timezone offset from UTC. In RSS (pubDate) the date format follows RFC-822 / RFC-2822: Day, DD Mon YYYY HH:mm:ss ±HHMM Reading time is not a standard RSS field. You should use 'description' field to extract text from html and compute read time by yourself. Ask ChatGPT/Claude.
Sai Krishna answered 4 days ago
Superblog Team1
+0000 is the timezone offset from UTC. In RSS (pubDate) the date format follows RFC-822 / RFC-2822: Day, DD Mon YYYY HH:mm:ss ±HHMM Reading time is not a standard RSS field. You should use 'description' field to extract text from html and compute read time by yourself. Ask ChatGPT/Claude.
Sai Krishna answered 4 days ago
Superblog Team1
or login with a magic link
By continuing, you are agreeing to our terms of service.