Index: src/wp-admin/options-general.php
===================================================================
--- src/wp-admin/options-general.php	(revision 36546)
+++ src/wp-admin/options-general.php	(working copy)
@@ -146,7 +146,6 @@
 </select>
 
 <p class="description" id="timezone-description"><?php _e( 'Choose a city in the same timezone as you.' ); ?></p>
-<?php if ( $check_zone_info && $tzstring ) : ?>
 
 <p class="timezone-info">
 	<span id="utc-time"><?php
@@ -166,6 +165,7 @@
 <?php endif; ?>
 </p>
 
+<?php if ( $check_zone_info && $tzstring ) : ?>
 <p class="timezone-info">
 <span>
 	<?php
@@ -215,8 +215,8 @@
 	date_default_timezone_set('UTC');
 	?>
 	</span>
+</p>
 <?php endif; ?>
-</p>
 </td>
 
 </tr>
