📦 Published PR as canary version: 5.20.2--canary.939.11368617130.0
:sparkles: Test out this PR locally via:
```bash
npm install @grafana/scenes-react@5.20.2--canary.939.11368617130.0
npm install @grafana/scenes@5.20.2--canary.939.11368617130.0
# or
yarn add @grafana/scenes-react@5.20.2--canary.939.11368617130.0
yarn add @grafana/scenes@5.20.2--canary.939.11368617130.0
```
Related to #https://github.com/grafana/support-escalations/issues/12963
Issue
Passing the timezone as a parameter in the URL is not working.
After checking the code, I noticed we were returning early and not considering
timezone
URL parameterTesting change in core grafana
https://github.com/user-attachments/assets/f8ee25cd-42f9-4ea4-a75b-643ea977f847
Todo
timezone
to be synced through rul[x] Add unit test
📦 Published PR as canary version:
5.20.2--canary.939.11368617130.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.20.2--canary.939.11368617130.0 npm install @grafana/scenes@5.20.2--canary.939.11368617130.0 # or yarn add @grafana/scenes-react@5.20.2--canary.939.11368617130.0 yarn add @grafana/scenes@5.20.2--canary.939.11368617130.0 ```