mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
use ToShortTimeString to create a time depending on current culture
This commit is contained in:
parent
301efb948e
commit
3d66b879a7
@ -258,7 +258,7 @@ namespace osu.Game.Screens.Ranking
|
||||
{
|
||||
Origin = Anchor.CentreRight,
|
||||
Anchor = Anchor.CentreRight,
|
||||
Text = datetime.ToString("HH:mm"),
|
||||
Text = datetime.ToShortTimeString(),
|
||||
Padding = new MarginPadding { Horizontal = 10, Vertical = 5 },
|
||||
Colour = Color4.White,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user