Index: modules/update/update.report.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.report.inc,v
retrieving revision 1.10
diff -u -p -r1.10 update.report.inc
--- modules/update/update.report.inc	3 Feb 2008 18:40:29 -0000	1.10
+++ modules/update/update.report.inc	4 Feb 2008 23:36:13 -0000
@@ -102,7 +102,7 @@ function theme_update_report($data) {
     }
     $row .= ' '. check_plain($project['existing_version']);
     if ($project['install_type'] == 'dev' && !empty($project['datestamp'])) {
-      $row .= ' ('. format_date($project['datestamp'], 'custom', 'Y-M-d') .') ';
+      $row .= format_date($project['datestamp'], 'custom', ' (Y&\n\d\a\s\h;M&\n\d\a\s\h;d) ');
     }
     $row .= "</div>\n";
 
@@ -221,7 +221,7 @@ function theme_update_version($version, 
   $output .= '<td class="version-title">'. $tag ."</td>\n";
   $output .= '<td class="version-details">';
   $output .= l($version['version'], $version['release_link']);
-  $output .= ' ('. format_date($version['date'], 'custom', 'Y-M-d') .') ';
+  $output .= format_date($version['date'], 'custom', ' (Y&\n\d\a\s\h;M&\n\d\a\s\h;d) ');
   $output .= "</td>\n";
   $output .= '<td class="version-links">';
   $links = array();
