1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 11:06:57 -06:00
lat9nq fd5d7947f6 time_zone_manager: Stop on comma
This is a deviation from the reference time zone implementation. The
actual code will set a pointer to the time zone name here, but for us we
have a limited number of characters to work with, and the name of the
time zone here could be larger than 8 characters.

We can make the assumption that time zone names greater than five
characters in length include a comma that denotes more data. Nintendo
just truncates that data for the name, so we can do the same.

time_zone_manager: Check for length of array

Just to be double sure that we never break past the array length,
directly compare against it.
2023-06-20 15:54:05 -04:00
..
2023-06-20 15:54:05 -04:00
2023-04-22 14:29:58 +01:00
2023-06-09 20:17:51 -04:00
2022-07-10 06:59:40 +01:00
2023-03-12 11:33:01 -04:00
2022-07-27 12:53:49 +02:00
2023-03-01 10:39:49 -05:00