openmeteo / enhydris

A database with a web interface for the storage and management of hydro/meteorological measurements and time series
GNU Affero General Public License v3.0
18 stars 11 forks source link

Fix data_timezone when saving addupi telemetry #515

Closed aptiko closed 10 months ago

aptiko commented 10 months ago

When saving addupi telemetry, time zone was set to the empty string instead of "UTC", resulting in error when attempting to fetch the data.

Checklist:

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (64ab6c5) 98.17% compared to head (05b7b35) 98.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #515 +/- ## ======================================= Coverage 98.17% 98.18% ======================================= Files 41 41 Lines 2139 2145 +6 ======================================= + Hits 2100 2106 +6 Misses 39 39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.