Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 10448)
+++ wp-admin/includes/template.php	(working copy)
@@ -2438,7 +2438,7 @@
 	global $wp_locale, $post, $comment;
 
 	if ( $for_post )
-		$edit = ( in_array($post->post_status, array('draft', 'pending') ) && (!$post->post_date || '0000-00-00 00:00:00' == $post->post_date ) ) ? false : true;
+		$edit = ( in_array($post->post_status, array('draft', 'pending') ) && (!$post->post_date_gmt || '0000-00-00 00:00:00' == $post->post_date_gmt ) ) ? false : true;
 
 	$tab_index_attribute = '';
 	if ( (int) $tab_index > 0 )
