Skip to content

Use offline computed sunrise/sunset data for weather icons

Volker Krause requested to merge work/vkrause/offline-sunrise-computation into master

Sunrise/sunset data is not something we need to query online, we have the code computing that for a given day and location in KF::Holidays already.

This doesn't actually remove the online query yet, that first requires porting the remaining consumers, but it's one step in that direction.

Merge request reports