mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Fix date tooltip not showing in 24-hour format
This commit is contained in:
parent
c8134162b5
commit
259ef68811
@ -139,7 +139,7 @@ namespace osu.Game.Graphics
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
dateText.Text = $"{date:d MMMM yyyy} ";
|
dateText.Text = $"{date:d MMMM yyyy} ";
|
||||||
timeText.Text = $"{date:hh:mm:ss \"UTC\"z}";
|
timeText.Text = $"{date:HH:mm:ss \"UTC\"z}";
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user