Index: C:/Documents and Settings/Vic/projects/redmine/app/views/projects/list_files.rhtml =================================================================== --- C:/Documents and Settings/Vic/projects/redmine/app/views/projects/list_files.rhtml (revision 1212) +++ C:/Documents and Settings/Vic/projects/redmine/app/views/projects/list_files.rhtml (working copy) @@ -25,7 +25,7 @@ <%= link_to(file.filename, {:controller => 'versions', :action => 'download', :id => version, :attachment_id => file}, :title => file.description) %> - <%= format_date(file.created_on) %> + <%= format_time(file.created_on) %> <%= number_to_human_size(file.filesize) %> <%= file.downloads %> <%= file.digest %>