mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 23:57:12 -05:00
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. |
||
|---|---|---|
| .. | ||
| Localization | ||
| BinaryCodedDecimal.cs | ||
| ComboItemUtil.cs | ||
| DateUtil.cs | ||
| EmbeddedResourceCache.cs | ||
| FileUtil.cs | ||
| FlagUtil.cs | ||
| MessageStrings.cs | ||
| NetUtil.cs | ||
| PathUtil.cs | ||
| RandUtil.cs | ||
| ReflectUtil.cs | ||
| ResourceUtil.cs | ||
| StringUtil.cs | ||
| UpdateUtil.cs | ||
| Util.cs | ||
| ValueTypeTypeConverter.cs | ||