Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql,v diff -u -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql 4 Apr 2004 03:22:05 -0000 1.3.2.1 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql 5 Apr 2004 16:23:05 -0000 1.3.2.2 @@ -17,8 +17,8 @@ select nvl (cr.content_length,0) as content_length, nvl (cr.mime_type,'*/*') as mime_type, - to_char(o.creation_date, 'YYYY-MM-DD"T"HH:MI:SS."00Z"') as creation_date, - to_char(o.last_modified, 'DY, DD MON YYYY HH:MI:SS "GMT"') as last_modified, + to_char(o.creation_date, 'YYYY-MM-DD"T"HH:MI:SS."000Z"') as creation_date, + to_char(o.last_modified, 'Dy, Dd Mon YYYY HH:MI:SS "GMT"') as last_modified, ci1.item_id, case when ci1.item_id=:folder_id then '' else ci1.name end as name, content_item.get_path(ci1.item_id,:folder_id) as item_uri,