blackcowmoo / grafana-google-analytics-datasource

Grafana Google Analytics datasource
https://grafana.com/grafana/plugins/blackcowmoo-googleanalytics-datasource/
Apache License 2.0
35 stars 15 forks source link

[BUG] Unknown time zone Europe/Zurich #101

Open viktorvi opened 8 months ago

viktorvi commented 8 months ago

Unknown time zone Europe/Zurich

image

lcc3108 commented 8 months ago

If you write down the plug-in version and the grafana version as shown in the form below, it will be faster to check.

Could you attach the grafana log as well?

and You can send me the query inspection json.

image
**Describe the bug**
A clear and concise description of what the bug is.

**Grafana Version & Plugin Version**

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
viktorvi commented 8 months ago

Version: 0.2.3 grafana.log query.json

lcc3108 commented 8 months ago

When I look at the log, it appears that you are using window grafana.

When I tested it, it wasn't reproduced on Linux grafana, but it's reproduced on Window grafana.

I think this is a matter of how Golang handles timezone. (link1 link2)

I think it will take some time to resolve it. until it is resolved I think you should run grafana through docker in the window

lcc3108 commented 7 months ago

Issue modification pr has been merged.(#102) It worked properly when I tested it on the window.

Available in the nextreleases.

The release schedule is likely to be mid-December.