--- _compare/borked/admin-ajax.php	Sat Nov 15 12:04:38 2008
+++ _compare/fixed/admin-ajax.php	Thu Nov 27 03:15:36 2008
@@ -717,11 +717,11 @@
 
 	$do_autosave = (bool) $_POST['autosave'];
 	$do_lock = true;
 
 	$data = '';
-	$message = sprintf( __('Draft Saved at %s.'), date( __('g:i:s a'), current_time( 'timestamp', true ) ) );
+	$message = sprintf( __('Draft Saved at %s.'), date_i18n( __('g:i:s a'), current_time( 'timestamp' ), 'gmt' ) );
 
 	$supplemental = array();
 
 	$id = $revision_id = 0;
 	if($_POST['post_ID'] < 0) {

