pubDate formatting

Created on 24 January 2022, over 2 years ago
Updated 18 January 2024, 5 months ago

Problem/Motivation

Can we change the way pubDate is formatted? Current format is not read/accepted properly by itunes.

Current date format shows as this:

<pubDate>
<time datetime="2021-12-19T12:00:00Z" class="datetime">Sun, 19 Dec 2021 12:00:00 +0000</time>
</pubDate>

Steps to reproduce

Create a podcast view as usual using views and podcast module. Put in all the necessary fields and the podcast publication date field.

Proposed resolution

Change formatting to:
<pubDate>Sun, 19 Dec 2021 12:00:00 +0000</pubDate>

I emailed itunes podcast support. Their response is we need this formatting for itunes to read it properly.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Tankeroo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024