gtfierro / mdal

metadata-driven data access layer
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Make sure timezones are respected! #1

Closed gtfierro closed 6 years ago

gtfierro commented 6 years ago

Timezones are a tricky issue. Recent commits to MDAL made sure that the timestamps passed in are timezone-aware, but its not clear that the returned timestamps are in the correct timezone. This may also be an issue with the client bindings

gtfierro commented 6 years ago

I've made the docker container tz-aware (https://github.com/gtfierro/mdal/commit/68509977bb8cfeba1da40747b45fe5bac168fae2)

@apanagopoulos can you pay attention to the timezones/timestamps in your interactions with MDAL from now on and see if it behaves how you expect?