--- TWiki.pm Sun Jun 19 07:33:48 2005 +++ ../../lib//TWiki.pm Mon Jan 23 19:46:18 2006 @@ -2307,8 +2307,8 @@ $formatString = "\$wday, \$day \$month \$year \$hour:\$min:\$sec \$tz"; } elsif ( $formatString =~ /iso/i ) { # ISO Format, see spec at http://www.w3.org/TR/NOTE-datetime - # e.g. "2002-12-31T19:30Z" - $formatString = "\$year-\$mo-\$dayT\$hour:\$min"; + # e.g. "2002-12-31T19:30:12Z" + $formatString = "\$year-\$mo-\$dayT\$hour:\$min:\$sec"; if( $outputTimeZone eq "gmtime" ) { $formatString = $formatString."Z"; } else {