Lacerte / clima

MOVED TO https://codeberg.org/Lacerte/clima
Mozilla Public License 2.0
105 stars 14 forks source link

[domain] find current day forecast correctly #328

Closed triallax closed 2 years ago

triallax commented 2 years ago

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