Add xmldoc and clean up ScoreboardTimeUtils extension methods a touch

This commit is contained in:
Dean Herbert
2022-02-21 13:30:58 +09:00
parent 2ded7d281b
commit 79408f6afc
3 changed files with 23 additions and 17 deletions

View File

@ -15,6 +15,6 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
}
protected override string Format()
=> ScoreboardTimeUtils.FormatDate(Date, TimeSpan.FromHours(1));
=> ScoreboardTimeUtils.FormatRelativeTime(Date, TimeSpan.FromHours(1));
}
}