When requesting data using e.g. the raw query function using a start and end date string which have some time zone information the correct data seems to be returned, however the EventTime returned by the query still has time zone informatio +00:00, regardless of the inputted time zone information.
When you inspect x_0 and x_1 you can see that the data is adhering to the specified time zone, i.e. x_0[t] == x_1[t + 1 hour],
However the string provided in the EventTime column shows timezone +00:00, i.e. x_0.EventTime[0] == x_1.EventTime[0] == "2023-01-01T12:00:00+00:00".
Where I would expect x_0.EventTime[0] == "2023-01-01T12:00:00+00:00" and x_1.EventTime[0] == "2023-01-01T12:00:00+01:00" or "2023-01-01T11:00:00+00:00".
Installation Setup (please complete the following information):
Describe the bug
When requesting data using e.g. the raw query function using a start and end date string which have some time zone information the correct data seems to be returned, however the EventTime returned by the query still has time zone informatio +00:00, regardless of the inputted time zone information.
To Reproduce
Expected behavior
When you inspect x_0 and x_1 you can see that the data is adhering to the specified time zone, i.e. x_0[t] == x_1[t + 1 hour], However the string provided in the EventTime column shows timezone +00:00, i.e. x_0.EventTime[0] == x_1.EventTime[0] == "2023-01-01T12:00:00+00:00". Where I would expect x_0.EventTime[0] == "2023-01-01T12:00:00+00:00" and x_1.EventTime[0] == "2023-01-01T12:00:00+01:00" or "2023-01-01T11:00:00+00:00".
Installation Setup (please complete the following information):