use gmdate

This commit is contained in:
Steffen Schröder
2014-06-15 02:50:13 +02:00
parent a400573625
commit e94bf2ec05
3 changed files with 5 additions and 23 deletions

View File

@ -237,7 +237,7 @@ class PlayerDetailed {
$statProperties = $stat[0];
if ($statProperties->type === StatisticManager::STAT_TYPE_TIME) {
$value = Formatter::formatTimeHMS($value);
$value = Formatter::formatTimeH($value);
} else if ($statProperties->type === StatisticManager::STAT_TYPE_FLOAT) {
$value = round($value, 2);
}