PKHeX/PKHeX.Core/Util
Taylor Rodríguez b2f962f442
Fix LGPE local time validation (#4445)
The function `IsTimeValid` checks if the received hour, minute, and
second of the Pokémon is below 24, 60, and 60 respectively. For some
reason the current code includes a "+1" for each check, which results in
some legitimate Pokémon being marked as having an invalid timestamp.

Fixed edge cases:
- Received on the 23rd hour.
- Received on the 59th minute.
- Received on the 59th second.
2025-02-13 07:46:49 +00:00
..
Localization Minor tweaks 2025-01-27 16:37:37 -06:00
BinaryCodedDecimal.cs Minor tweaks 2024-06-10 21:43:27 -05:00
ComboItemUtil.cs Minor tweaks 2025-01-27 16:37:37 -06:00
DateUtil.cs Fix LGPE local time validation (#4445) 2025-02-13 07:46:49 +00:00
EmbeddedResourceCache.cs Extract manifest reader 2024-06-05 00:50:18 -05:00
FileUtil.cs Minor tweaks 2025-01-27 16:37:37 -06:00
FlagUtil.cs Refactoring: Rework saveblock to be Memory<byte> based (#4200) 2024-03-03 23:13:16 -06:00
MessageStrings.cs Add country/region editor to Geonet editor (#4286) 2024-06-01 17:56:20 -05:00
NetUtil.cs Minor tweaks 2025-01-27 16:37:37 -06:00
PathUtil.cs Misc tweaks 2024-02-03 14:11:17 -06:00
RandUtil.cs Misc tweaks 2025-01-04 21:43:55 -06:00
ReflectUtil.cs Minor tweaks 2025-01-27 16:37:37 -06:00
ResourceUtil.cs Standardize language codes and improve locale handling (#4353) 2024-09-04 18:51:35 -05:00
StringUtil.cs Misc tweaks 2024-06-09 08:52:32 -05:00
UpdateUtil.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
Util.cs Update to .NET 9, c# 13 (#4390) 2024-11-17 13:13:58 -06:00
ValueTypeTypeConverter.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00