Actually I did try strftime too, and I get this error as
well:
Can't locate object method "stftime" via package
"DateTime" at
/output_rss_feed.mc line 83, <GEN825> line 94.
And thank you cmillar for your example however that is
similar to how
I originally called my date and it doesn't validate at
http://
feedvalidator.org
They say the format needs to look like this for rss 1
An example of a valid W3CDTF Date: 2002-10-02T10:00:00-05:00
http://feedvalidator.org/docs/error/InvalidW3CDTFDate.
html
Whereas mine looks like this:
<dc:date>Wed, 25 Oct 2006 09:10:00
-0700</dc:date>
I know David is the on the right track- I just need to know
which
magic code will output the Time Zone appropriately.
thanks,
Dawn
On 25-Oct-06, at 1:40 PM, David E. Wheeler wrote:
> On Oct 25, 2006, at 13:17, Dawn Buie wrote:
>
>> Can't locate object method "strfdate" via
package "DateTime"
>
> Sorry, make that "strftime". Did I mention
that I didn't test that
> code?
>
> Best,
>
> David
|