Index: update.report.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.report.inc,v
retrieving revision 1.18
diff -u -r1.18 update.report.inc
--- update.report.inc	6 Jun 2009 06:26:13 -0000	1.18
+++ update.report.inc	16 Jun 2009 13:54:58 -0000
@@ -27,7 +27,7 @@
  */
 function theme_update_report($data) {
   $last = variable_get('update_last_check', 0);
-  $output = '<div class="update checked">' . ($last ? t('Last checked: @time ago', array('@time' => format_interval(REQUEST_TIME - $last))) : t('Last checked: never'));
+  $output = '<div class="update checked">'. t('Last Checked: ') . date(r,$last) . ($last ? t(' (<b>@time ago</b>)', array('@time' => format_interval(time() - $last)) ) : t('Last checked: never'));
   $output .= ' <span class="check-manually">(' . l(t('Check manually'), 'admin/reports/updates/check') . ')</span>';
   $output .= "</div>\n";
 
