Hi,
I have an RSS feed that works fine when the date is set it:
<dc:date>{gmt_date format="{DATE_ATOM}"}</dc:date>But it breaks when I try to do this (using any formatting):
<dc:date>{date format="{DATE_ATOM}"}</dc:date>Date is listed as a parameter here: http://ellislab.com/expressionengine/user-guide/modules/rss/index.html#variables, I’m not sure what I’m missing.
Thanks!