[x] consider impact for kenmerkendewaarden and dfm_tools insitu (incl getijverandering) >> not huge, but requires ddlpy release and update of minimal ddlpy versions to avoid mistakes
[x] when reading a netcdf file and converting to_pandas, the timezones are not added, so we have to keep doing manual edits on the dataset anyway. Adding a timezone to the units string might also just make it more confusing. >> it is confusing and does not have a lot of benefits.
[x] maybe implement fix by supplying units with timezone >> no
[x] either way add time and timezone assertions to testcase and replace TODO string with new insights
Description
When converting a measurements dataframe to xarray the timezone gets converted to UTC, this is not desireable. Example code:
Gives:
Todo:
Code for testing timezones: