1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 17:30:23 +08:00
osu-lazer/osu.Game/Extensions
Bartłomiej Dach baf3867e17
Fix date failing to display on leaderboard for some scores with weird datetimes
Addresses https://github.com/ppy/osu/discussions/26517.

The score reported has a datetime of 0001/1/1 05:00:00 AM.

Bit of a dodge fix but maybe fine?
2024-01-14 13:52:39 +01:00
..
CollectionExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
DrawableExtensions.cs Bypass Parent nullability checks for now 2023-10-17 17:48:45 +09:00
LanguageExtensions.cs Handle culture code differences of Traditional Chinese 2023-06-08 03:27:05 +03:00
ModelExtensions.cs Add LegacyOnlineID handling to places that definitely need it 2023-10-16 11:20:02 +02:00
StringDehumanizeExtensions.cs Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
TaskExtensions.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
TimeDisplayExtensions.cs Fix date failing to display on leaderboard for some scores with weird datetimes 2024-01-14 13:52:39 +01:00
TypeExtensions.cs mark the string as nullable. 2022-06-30 23:23:14 +08:00
WebRequestExtensions.cs Move the null check in the outside. 2022-06-30 23:29:49 +08:00