--- loncom/interface/Attic/lonwizard.pm	2003/03/20 18:03:14	1.18
+++ loncom/interface/Attic/lonwizard.pm	2003/03/21 18:36:40	1.19
@@ -19,8 +19,6 @@ All classes are in the Apache::lonwizard
 
 =cut
 
-# To prevent runaway file counts, this file has lonwizard,
-# lonwizstate, and other wizard classes.
 use strict;
 
 use HTML::Entities;
@@ -945,7 +943,8 @@ sub render {
     my $date;
     
     # Default date: Now
-    $date = localtime($wizvars->{$var});
+    $date = localtime();
+    $date->min = 0;
 
     if (defined $self->{ERROR_MSG}) {
         $result .= '<font color="#FF0000">' . $self->{ERROR_MSG} . '</font><br /><br />';