Well, I figured it out through my own trial and error. Woot– yeah, thanks team — ??
<div id="updated"><?php $temp_query = $wp_query; ?>
<?php query_posts('cat=6&showposts=1'); ?>
<?php while (have_posts()) : the_post(); ?>
<small><?php the_time('d-m-y'); ?></small>
<?php endwhile; ?>
<?php $wp_query = $temp_query; ?></div>