Index: wp-content/themes/twentytwelve/content-image.php
===================================================================
--- wp-content/themes/twentytwelve/content-image.php	(revision 21653)
+++ wp-content/themes/twentytwelve/content-image.php	(working copy)
@@ -15,6 +15,6 @@
 
 		<footer class="entry-meta">
 			<h1><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
-			<h2><?php the_date(); ?></h2>
+			<h2><?php the_time( get_option( 'date_format' ) ); ?></h2>
 		</footer><!-- .entry-meta -->
 	</article><!-- #post -->
Index: wp-content/themes/twentytwelve/content-link.php
===================================================================
--- wp-content/themes/twentytwelve/content-link.php	(revision 21653)
+++ wp-content/themes/twentytwelve/content-link.php	(working copy)
@@ -16,6 +16,6 @@
 
 		<footer class="entry-meta">
 			<?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
-			<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a>
+			<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_time( get_option( 'date_format' ) ); ?></a>
 		</footer><!-- .entry-meta -->
 	</article><!-- #post -->
Index: wp-content/themes/twentytwelve/content-aside.php
===================================================================
--- wp-content/themes/twentytwelve/content-aside.php	(revision 21653)
+++ wp-content/themes/twentytwelve/content-aside.php	(working copy)
@@ -18,6 +18,6 @@
 
 	<footer class="entry-meta">
 		<?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
-		<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a>
+		<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_time( get_option( 'date_format' ) ); ?></a>
 	</footer><!-- .entry-meta -->
 </article><!-- #post -->
Index: wp-content/themes/twentytwelve/content-quote.php
===================================================================
--- wp-content/themes/twentytwelve/content-quote.php	(revision 21653)
+++ wp-content/themes/twentytwelve/content-quote.php	(working copy)
@@ -15,6 +15,6 @@
 
 	<footer class="entry-meta">
 		<?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
-		<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a>
+		<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_time( get_option( 'date_format' ) ); ?></a>
 	</footer><!-- .entry-meta -->
 </article><!-- #post -->
