--- /home/user/tmp/wordpress-2.9.2/wp-admin/import/livejournal.php	2009-11-24 08:40:25.000000000 -0600
+++ livejournal.php	2010-04-06 20:51:00.000000000 -0500
@@ -592,6 +592,8 @@
 		// Get and convert the date
 		preg_match( '|<date>(.*)</date>|i', $comment, $matches );
 		$comment_date = trim( str_replace( array( 'T', 'Z' ), ' ', $matches[1] ) );
+		// Adjust the GMT $comment_date to the local blog time
+		$comment_date = date( 'Y-m-d H:i:s', ( strtotime( $comment_date ) + ( wp_timezone_override_offset() * 3600 ) ) );
 
 		// Grab IP if available
 		preg_match( '|<property name=\'poster_ip\'>(.*)</property>|i', $comment, $matches ); // optional
