Index: openacs-4/packages/file-storage/www/folder-chunk-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-chunk-postgresql.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/file-storage/www/folder-chunk-postgresql.xql 17 May 2003 10:39:54 -0000 1.5 +++ openacs-4/packages/file-storage/www/folder-chunk-postgresql.xql 19 Jun 2003 14:19:48 -0000 1.6 @@ -9,7 +9,7 @@ fs_objects.name, fs_objects.live_revision, fs_objects.type, - to_char(fs_objects.last_modified, 'Month DD YYYY HH24:MI') as last_modified, + to_char(fs_objects.last_modified, 'YYYY-MM-DD HH24:MI:SS') as last_modified, fs_objects.content_size, fs_objects.url, fs_objects.sort_key,