diff -r 570abc94bd7f -r 26e80700ff1d includes/template.php --- a/includes/template.php Wed Apr 25 02:01:55 2012 -0400 +++ b/includes/template.php Wed Apr 25 02:03:38 2012 -0400 @@ -1447,7 +1447,7 @@ $f = microtime_float(); $f = $f - $_starttime; - $f = round($f, 2); + $f = sprintf("%.02f", $f); $t_loc = $lang->get('page_msg_stats_gentime_short', array('time' => $f)); $t_loc_long = $lang->get('page_msg_stats_gentime_long', array('time' => $f));