zineland / zine

Zine - a simple and opinionated tool to build your own magazine.
https://zineland.github.io
Apache License 2.0
887 stars 39 forks source link

Wrongly formatted dates in the Atom feed #136

Closed AntoniosBarotsis closed 1 year ago

AntoniosBarotsis commented 1 year ago

Visiting https://rustmagazine.github.io/feed.xml, we can see;

<published>2022-12-10</published>
<updated>2022-12-10</updated>

According to the RFC,

MUST conform to the "date-time" production in [RFC3339]

In short, the date should look something like 1996-12-19T16:39:57-08:00.