I have a rss reading agent that is super picky...
a feed I generate using rev cgi
put "04/12/2010" into startYear
convert startYear to seconds
put (24*60*60) * tLessonNo into tDate
add startYear to tDate
convert tDate to long english date
delete word 1 of tDate
returns...
<pubDate>Sat, 17 Apr 2010 00:00:01 PST</pubDate>
but it should be returning <pubDate>Sat, 17 Apr 2010 00:00:01 PDT</pubDate>
because of this, the feed is invalid by this particular agent's
standards (it *does validate in any other validator...)
How can I tweak "convert" to output Sat, 17 Apr 2010 00:00:01 PDT
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution