-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fix to render panels and follow the selected timezone from URL query if specified. #224
Conversation
Fixing the rendered panel timezone with a custom TZ from URL queries
Thanks for this PR! I did some tests and ran into the same issue. This PR fixes it but I have a few comments:
@marefr WDYT? Do you know if it used to work?
|
yes! It kinda needs some refactoring tbh |
I'm pretty sure it did work back in the days. But if this works all is good 👍 |
I updated my PR with this function |
Sorry for the delay, thanks for the update! Could you also add it to the And also, could you merge with master to fix the issues with the pipeline? Thanks! |
Merge with master
update the browser timezone in csv rendering
No worries @AgnesToulet and thanks. |
Related to issue #223
Fixing the rendered panel timezone with a custom TZ from URL query.
Need someone to produce that and check if timezone is failing too, if so review this PR and check it too. this has fixed my issue.