Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interpolate.linear ignores timezones #25003

Open
userwithoutpassword opened this issue May 15, 2024 · 0 comments
Open

interpolate.linear ignores timezones #25003

userwithoutpassword opened this issue May 15, 2024 · 0 comments

Comments

@userwithoutpassword
Copy link

userwithoutpassword commented May 15, 2024

2023-03-25 01:00:00
7104
2023-03-26 00:00:00
7109
2023-03-26 01:00:00
7109
2023-03-27 02:00:00
7114
2023-03-28 02:00:00
7120
2023-03-29 02:00:00
7125
2023-03-30 02:00:00
7130
2023-03-31 02:00:00
7135
2023-04-01 02:00:00
7140
2023-04-02 00:00:00
7145

My data comes in on a weekly basis. See entries at 00:00

When using "interpolate.linear(every: 1d)" to get the missing values the function will use UTC time.
For the days I already have data it will add a second entry. And all these timestamps are 1:00 or 2:00 (summertime).

Is there a way interpolate.linear can use 0:00 at the given timezone instead of using 0:00 UTC ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant