sinoptik/src
Paul van Tilburg 17d5daeabc Use chrono (UTC) timestamps for maps (closes: #12)
* Adapt `retrieve_image` to also return a timestamp based on the
  CDN's last modified time; adapt other methods accordingly
* For the maps module, use `chrono::Utc` instead of
  `tokio::time::Instant` and use `chrono::Duration` instead of
  `tokio::time::Duration`
* Pass the maps timestamp to the `sample` function so it can use
  that timestamp as base
2022-02-19 16:45:37 +01:00
..
providers Add retrieval of pollen and UVI metrics for Buienradar provider 2022-02-19 15:33:00 +01:00
forecast.rs Use chrono (UTC) timestamps for maps (closes: #12) 2022-02-19 16:45:37 +01:00
main.rs Use chrono (UTC) timestamps for maps (closes: #12) 2022-02-19 16:45:37 +01:00
maps.rs Use chrono (UTC) timestamps for maps (closes: #12) 2022-02-19 16:45:37 +01:00
position.rs Add retrieval of pollen and UVI metrics for Buienradar provider 2022-02-19 15:33:00 +01:00
providers.rs Add the Buienradar provider 2022-02-13 15:38:17 +01:00