diff --git a/src/feed.11ty.liquid b/src/feed.11ty.liquid index 96533908..486bd618 100644 --- a/src/feed.11ty.liquid +++ b/src/feed.11ty.liquid @@ -14,7 +14,7 @@ permalink: '/feed.json' "title": "{{ item.data.title }}", "url": "{{ site.url }}{{ item.url }}", "content_html": "", - "date_published" "{{ item.date | date: "%Y-%m-%dT%H:%M" }}" + "date_published" "{{ item.date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}" }{% if not forloop.last %},{% endif %} {% endfor %} ] diff --git a/src/follow.11ty.liquid b/src/follow.11ty.liquid index 444fdb44..eabd3e33 100644 --- a/src/follow.11ty.liquid +++ b/src/follow.11ty.liquid @@ -14,7 +14,7 @@ permalink: '/follow.json' "title": "{{ item.title }}", "url": "{{ item.url }}", "content_html": "", - "date_published": "{{ item.date_published | date: "%Y-%m-%dT%H:%M" }}" + "date_published": "{{ item.date_published | date: "%Y-%m-%dT%H:%M:%S-08:00" }}" }{% if not forloop.last %},{% endif %} {% endfor %} ]