Data Record Set %ds__timestamp%

We're using an asset listing to display an RSS feed / Data Record Set.


It lists one of the available keywords as %ds_pubdate% but that prints the date int he format

Thu, 17 Jan 2008 15:57:03 +0900 … and we don't really need the seconds or +0900 parts.



Can the date be customised / formatted using the %ds__timestamp% keyword that is available?



However when I put that in the date just becomes a string of numbers (1200553023) - if I'm on the right track can I please get some advise on how to format?



Cheers,

Sarah


The RSS Feed asset just provides the fields and values as delivered by the RSS Feed itself. There is currently no mechanism to reformat them. The PubDate field is displaying the "string" version of the date, while the timestamp field looks like a UNIX timestamp value (i.e. number of seconds since 1st January 1970).