[Gd-chatter] r10912 - trunk/libraries/web-framework

turbo24prg at gwydiondylan.org turbo24prg at gwydiondylan.org
Sat Sep 30 14:29:41 CEST 2006


Author: turbo24prg
Date: Sat Sep 30 14:29:40 2006
New Revision: 10912

Modified:
   trunk/libraries/web-framework/changes.dylan
Log:
Bug: minor
* fixed wrong date format


Modified: trunk/libraries/web-framework/changes.dylan
==============================================================================
--- trunk/libraries/web-framework/changes.dylan	(original)
+++ trunk/libraries/web-framework/changes.dylan	Sat Sep 30 14:29:40 2006
@@ -202,7 +202,7 @@
       description(escape-xml(entry.content.content)),
       link(entry.identifier),
       guid(entry.identifier),
-      pubDate(as-iso8601-string(entry.published)),
+      pubDate(as-rfc822-string(entry.published)),
     }
   end;       
 end method generate-rss;



More information about the chatter mailing list