diff -r f1ed3e9298ae -r 68c17d935750 includes/template.php --- a/includes/template.php Sat Sep 15 13:18:01 2012 -0400 +++ b/includes/template.php Sat Sep 15 13:16:59 2012 -0400 @@ -1472,7 +1472,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));