I'm playing with Swift Charts and WeatherKit. I have a simple chart where I plot temperate values for the current day. When I log out the date values, they look right, but when I actually look at the data, it looks like it's missing a timezone offset. I'm looking at a location that is UTC-7.
The data is showing the lowest temperature of the day occurring at 1:30pm and the peak temp occurring at midnight.
I feel that I need to shift all the values coming from weatherkit by my timezone offset.