Modified: build_system/web/index.php =================================================================== --- build_system/web/index.php 2011-01-14 16:34:12 UTC (rev 302) +++ build_system/web/index.php 2011-01-14 16:59:36 UTC (rev 303) @@ -296,7 +296,7 @@ $s .= '</td><td>'; if ($p['type'] == 'uploaded') - $s .= duration_to_diff($p['buildtime']['diff']); + $s .= key2date(null, $p['buildtime']['diff']); $s .= '</td>'; //$s .= '<td>' . sprintf($badges[$p['type']], $p['user']) . '</td>'; $s .= '</tr>';