Fix currentDayForecast detecting the wrong forecast as today's forecast.
Previously, the code would incorrectly compare the forecasts based on
the weekdays in UTC time, whereas it should be comparing based on the
local time zone of the weather location.
Description
Fix
currentDayForecast
detecting the wrong forecast as today's forecast.Previously, the code would incorrectly compare the forecasts based on the weekdays in UTC time, whereas it should be comparing based on the local time zone of the weather location.
### References Fixes https://github.com/Lacerte/clima/issues/317.Testing
@betsythefc can you please test this PR's APK? app-release.apk.zip
You will need to uninstall Clima from your phone before you install this APK, and so will lose your Clima settings in the process. Apologies for that.
Checklist
master